plotdiffgenes {RaceID} | R Documentation |
Barplot of differentially expressed genes
Description
This functions produces a barplot of differentially expressed genes derived by the function diffgenes
Usage
plotdiffgenes(z, gene)
Arguments
z |
Output of |
gene |
Valid gene name. Has to correspond to one of the rownames of the |
Value
None
Examples
sc <- SCseq(intestinalDataSmall)
sc <- filterdata(sc)
sc <- compdist(sc)
sc <- clustexp(sc)
sc <- findoutliers(sc)
x <- diffgenes(sc,1,2)
head(x$z)
plotdiffgenes(x,names(x$z)[1])
[Package RaceID version 0.3.5 Index]