mvaBASIC: MVA plot

Description Usage Arguments Author(s) Examples

Description

For each array, the M value is computed for every spot as the difference between the spot intensity in the array and the averaged intensity for that feature over the whole set of arrays. It does not make a distintion between the different kind of features in the array as the mvaMicroRna() does.

Usage

1
mvaBASIC(object, colorfill, maintitle)

Arguments

object

An expression matrix in log2 scale

colorfill

color of the plot

maintitle

title of the plot

Author(s)

Pedro Lopez-Romero

Examples

1
2
3
4
5
6
	data(dd.micro)
	op=par(mfrow=c(1,1),ask=TRUE)
	mvaBASIC(log2(dd.micro$meanS),
	colorfill="red",
        maintitle=" log2 Mean Signal")
	par(op)

AgiMicroRna documentation built on Nov. 8, 2020, 5:25 p.m.