pairsRatio: plot log2(x/y) against retention time

Description Usage Arguments See Also Examples

View source: R/plotting.R

Description

plot log2(x/y) against retention time

Usage

1
pairsRatio(data, RT, main = "", ylim = c(-2, 2))

Arguments

data

data.frame with intensities

RT

rt information (same langth as nrow(data))

main

main title

ylim

y image extend

See Also

pairs and pairsDifference

Examples

1
2
3
data(SDat)
rtord = orderByRT(SDat)
pairsRatio( rtord$Intensity, rtord$RT )

wolski/imsbInfer documentation built on March 27, 2021, 11:39 p.m.