plotMA: MA plot

Description Usage Arguments Value See Also Examples

Description

Plots a MA plot of the 2 selected samples.

Usage

1
plotMA(obj, subset, sample1 = NULL, sample2 = NULL, cex.lab = 1, cex.axis = 1 )

Arguments

obj

a "corObject"

subset

"miRNA" or "mRNA"

sample1

number of the column or column name of sample 1 to use

sample2

number of the column or column name of sample 2 to use

cex.lab

cex of the label axis. Default is 1

cex.axis

cex of the axis. Default is 1

Value

A MA plot of the selected two samples

See Also

plot3d, plotPca, boxplotSamples

Examples

1
2
3
data(data.obj)
plotMA(data.obj,"miRNA",sample1=1,sample2=2)
plotMA(data.obj,"mRNA",sample1="H_1",sample2="D_7")

mariavica/mircomb documentation built on Feb. 3, 2020, 2:28 a.m.