Description Usage Arguments See Also Examples
plot log2(x/y) against retention time
1 | pairsRatio(data, RT, main = "", ylim = c(-2, 2))
|
data |
data.frame with intensities |
RT |
rt information (same langth as nrow(data)) |
main |
main title |
ylim |
y image extend |
pairs
and pairsDifference
1 2 3 | data(SDat)
rtord = orderByRT(SDat)
pairsRatio( rtord$Intensity, rtord$RT )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.