pRetention: Plot Retention Time Statistics

Description Usage Arguments Examples

Description

Plot retention times with possible outliers

Usage

1
  pRetention(rwide)

Arguments

rwide

iTRAQ data in wide format with retention time information

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
iglobal <- addIonSatistics(pglobal)
rglobal <- addRetentionTimeStatistics(iglobal, .parallel=TRUE)
rglob$outlier <- with(rglob, abs(retention.atApex - retention) > 4)
p <- pRetention(rglobal)

p + geom_point(aes(retention.atApex, retention))
p + geom_point(aes(retention.atApex, retention-retention.atApex))
p + geom_point(aes(ppm, retention-retention.atApex))
p + geom_density(aes(x=ppm), alpha=.242)

## End(Not run)

proteomics documentation built on May 2, 2019, 8:51 a.m.