ppc.read.peaks.batch {ppc} | R Documentation |
Read in mass spec peak data, with batches
Description
A function to read in protein mass spec peaks data, with batches
Usage
ppc.read.peaks.batch(dir, batches)
Arguments
dir |
Name of directory containing the data |
batches |
Vector of batch names |
Value
peaklist |
List of peaks for each sample. Each component is a matrix- one row per m/z site, consiting of log m/z and peak intensity |
filenames |
List of filenames read in |
logmz |
log m/z values |
Author(s)
Balasubramanian Narasimhan and Rob Tibshirani
Examples
## for a complete worked example of this function in a PPC analysis see
## http://www-stat.stanford.edu/~tibs/PPC/Rdist/Rscript.peakdata
[Package
ppc version 1.01
Index]