Histogram {tRanslatome} | R Documentation |
This function shows in a histogram the number of genes showing differential expression at both levels, or up/down regulated only at one level.
Histogram(object, plottype ="summary", outputformat="on screen")
object |
an object of class |
plottype |
a character string specifying whether the histogram should display a summary of DEGs classes ( |
outputformat |
a character string specifying if the plot is saved in jpeg ( |
Toma Tebaldi, Erik Dassi, Galena Kostoska
DEGs
TranslatomeDataset
computeDEGs
data(tRanslatomeSampleData) Histogram(limma.DEGs,plottype ="summary", outputformat="on screen")