Description Usage Arguments Author(s) See Also Examples
The CV plot displays the coefficients of variation of the genes on the x-axis and the log2 fold changes on the y-axis. The upper plot represents a CV plot for the first level of gene expression analysis, whereas the other one refers to the second level. DEGs are color labeled. This function takes as input an object of class DEGs
.
1 | CVplot(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
1 2 | data(tRanslatomeSampleData)
CVplot(limma.DEGs, outputformat="on screen",track=c("BLM"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.