MAplot: MAplotHelpfile

Description Usage Arguments Author(s) References See Also Examples

Description

The MA plot displays the average log2 signal of the genes on the x-axis and the log2 fold changes on the y-axis. The upper plot represents a MA 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.

Usage

1
MAplot(object, outputformat="on screen",track="")

Arguments

object

an object of class DEGs.

outputformat

a character string specifying if the plot is saved in jpeg (jpeg), postscript (postscript), pdf (pdf) format, or it is simply displayed on the screen(on screen). By default this value is on screen.

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 DEGs. By default this vector is empty.

Author(s)

Toma Tebaldi, Erik Dassi, Galena Kostoska

References

Dudoit, S, Yang, YH, Callow, MJ, Speed, TP. (2002). Statistical methods for identifying differentially expressed genes in replicated cDNA microarray experiments. Stat. Sin. 12:1 111-139

See Also

DEGs TranslatomeDataset computeDEGs

Examples

1
2
data(tRanslatomeSampleData)
MAplot(limma.DEGs, outputformat="on screen",track="")

tRanslatome documentation built on Nov. 8, 2020, 6:24 p.m.