Skip to content

How could I print the specific gene? #43

@Niohuruzh

Description

@Niohuruzh

Hi,
I use plotGenes function as follows:

lsgplotsGenes <- plotGenes(
  vecGeneIDs       = head(objectImpulseDE2$Gene),
  scaNTopIDs       = 10,
  objectImpulseDE2 = objectImpulseDE2,
  boolCaseCtrl     = T,
  dirOut           = NULL,
  strFileName      = NULL,
  vecRefPval       = NULL, 
  strNameRefMethod = NULL)

I obtained the plot of the top 10 genes using print(lsgplotsGenes[[1]]). However, I would like to visualize a specific gene of interest. Is there any function that can achieve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions