DTA.phenomat: Create a phenomat that suits your experiment.

Description Usage Arguments Value Author(s) Examples

View source: R/DTA.phenomat.R

Description

DTA.phenomat creates a phenomat for a given experimental design, i.e. used labeling times.

Usage

1
DTA.phenomat(timepoints, timecourse = NULL)

Arguments

timepoints

The respective labeling times of the measured samples.

timecourse

Vector giving the order for timecourse DTA data.

Value

A matrix, containing the design of the experiment. Columns are name, fraction (U=unlabebeld, L=labeled, T=total), time and nr (=replicate number). Rows represent individual experiments. For timecourse data, an additional column of the order of the underlying timecourse data can be added via timecourse.

Author(s)

Bjoern Schwalb schwalb@lmb.uni-muenchen.de

Examples

1
2
3
4
5
### phenomat for 2 replicates of 6 and 12 min labeling duration resp.
DTA.phenomat(c(6,12))

### phenomat for three adjacent timepoints measured in 2 replicates 
DTA.phenomat(rep(6,6),timecourse = 1:3)

DTA documentation built on Nov. 8, 2020, 7:22 p.m.