exp_designFrame(explorase)
exp_designFrame()所属R语言包:explorase
Get the exp. design
获得EXP。设计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets a data frame containing the experimental design information for the given entity type.
获取一个数据框包含给定的实体类型的实验设计信息。
用法----------Usage----------
exp_designFrame(ent_type = exp_entityType(), treatments_only = FALSE)
参数----------Arguments----------
参数:ent_type
the entity type ("gene", "met", etc)
实体类型(“基因”,“满足”等)
参数:treatments_only
if TRUE, only include treatment columns (eg genotype), leaving out eg ID and replicate.
如果TRUE,只包括治疗的列(如基因型),留下了如ID和复制。
值----------Value----------
A data frame with conditions as rows and factors as columns.
一个数据框的行和列因素的条件。
作者(S)----------Author(s)----------
Michael Lawrence <mflawren@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|