RIplot: Ratio-Intensity Plot for 2D Gel Volume data

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

R-I plots consist in plotting the intensity log2-ratio (R) against mean log10 intensity (I) of spot's volume data from 2D Gel experiments.

Usage

1
RIplot(data, n1, n2, ...)

Arguments

data

either a dataframe or a matrix of 2D Gel Volume data. data should be spots intensities displayed with gel as columns with the name of columns corresponding to the names of the gels and spots as rows with the names of the rows corresponding to the name of the spots. The replicates for each condition should be ordered in following columns.

n1

an integer. Number of replicates in condition 1.

n2

an integer. Number of replicates in condition 2.

...

Further arguments to be passed to methods, such as graphical parameters (see par).

Details

Dudoit et al (2002) proposed a method for visualization of artifacts in microarray datasets, called the MA-plot, which was transposed for proteomics data as the Ratio-Intensity plot by Meunier et al (2005). R-I plots allow to directly visualize artifacts in the original data set as well as the effects of normalization. The log2-ratio (R) is the log2 of the mean of volume data in condition 2 upon the mean of volume data in condition 1:

R = log2(mean(V_{Cond2})/mean(V_{Cond1}))

The intensity (I) is the log10 of the mean of volume data in condition 2 by the mean of volume data in condition 1

I = log10(mean(V_{Cond2}) x mean(V_{Cond1}))

Value

Display the RI-plot of data, the values on the plot are the number of spots with a Ratio greater then 1 (upper values) or lesser then -1 (lower value). A list is invinsibly returns with components :

RI

a dataframe with ratio and intensity values calculated.

diff

a vector with number of spots with a Ratio greater then 1 or lesser then -1 (in that order).

Author(s)

Sebastien Artigaud sebastien.artigaud@gmx.com

References

See Also

Norm.qt,Norm.vsn

Examples

1
2
3
data(pecten)

RIplot(pecten, 6, 6, main="Without Normalization")

prot2D documentation built on May 1, 2019, 11:54 p.m.