DTA.phenomat(DTA)
DTA.phenomat()所属R语言包:DTA
Create a phenomat that suits your experiment
创建一个适合你的实验phenomat
译者:生物统计家园网 机器人LoveR
描述----------Description----------
DTA.phenomat creates a phenomat for a given experimental design, i.e. used labeling times.
DTA.phenomat创建一个phenomat对于一个给定的实验设计,即用标签倍。
用法----------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.
向量给予为timecourse DTA数据的顺序。
值----------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.
A矩阵,包含实验的设计。的列名,分数(ü= unlabebeld,L为标记,T =总),时间和NR(=复制数)。行代表个人实验。
作者(S)----------Author(s)----------
Bjoern Schwalb <a href="mailto:schwalb@lmb.uni-muenchen.de">schwalb@lmb.uni-muenchen.de</a>
举例----------Examples----------
DTA.phenomat(c(6,12))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|