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?
Hi,
I use
plotGenesfunction as follows: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?