DTA.phenomat {DTA}R Documentation

Create a phenomat that suits your experiment.

Description

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

Usage

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

### 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)

[Package DTA version 2.40.0 Index]