Scatterplot {tRanslatome} | R Documentation |
This plot shows each gene as dot uniquely determined by its log2 fold change at the first level (represented on the x-axis) and the fold change at the second level (represented on the y-axis).
Scatterplot(object, outputformat="on screen",track="")
object |
an object of class |
outputformat |
a character string specifying if the plot is saved in jpeg ( |
track |
a character vector of gene names that will be explicitly highlighted in the scatterplot, if they match any gene contained in the object of class |
Toma Tebaldi, Erik Dassi, Galena Kostoska
DEGs
TranslatomeDataset
computeDEGs
data(tRanslatomeSampleData) Scatterplot(limma.DEGs, outputformat="on screen",track="")