powered by
This functions produces a barplot of differentially expressed genes derived by the function diffgenes
diffgenes
plotdiffgenes(z, gene)
None
Output of diffgenes
Valid gene name. Has to correspond to one of the rownames of the ndata slot of the SCseq object.
ndata
SCseq
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])
Run the code above in your browser using DataLab