ppc.read.peaks.nobatch {ppc}R Documentation

Read in mass spec peak data, without batches

Description

A function to read in protein mass spec peaks data

Usage

ppc.read.peaks.nobatch(dir)

Arguments

dir Name of directory containing the data

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]