isodata: Sample Peptide/Isotope Data

Description Format Examples

Description

A sample of the kind of data used by this package.

Format

A data frame with 68 observations on the following 3 variables.

TimePoint

The day the observation was made

Channel

Number of “heavy” elements

RelAb

The relative abundance of that count on that day, compared to the other counts on that day

Examples

1
2
3
4
data(isodata)
head(isodata)
coplot(RelAb~Channel|factor(TimePoint), data=isodata)
pepfit(TimePoint, RelAb, Channel, data=isodata, Elements=list(N=12,C=45,H=73,O=15))

HegemanLab/ProteinTurnover documentation built on May 6, 2019, 11:50 p.m.