conditions(DESeq)
conditions()所属R语言包:DESeq
Accessor functions for the 'conditions' information in a CountDataSet object.
条件在CountDataSet对象的信息存取功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The conditions vector is a factor that assigns to each column of the count data a condition (or treatment, or phenotype, or the like). This information is stored in the CountDataSet's "phenoData" slot as a row named "condition".
条件的向量是一个因素,分配给每列的计数数据的条件(或治疗,或表型,或类似)。此信息存储在“phenoData”CountDataSet的插槽命名为“条件”行。
用法----------Usage----------
## S4 method for signature 'CountDataSet'
conditions(object, ...)
## S4 replacement method for signature 'CountDataSet'
conditions(object) <- value
参数----------Arguments----------
参数:object
a CountDataSet
1 CountDataSet
参数:value
a vector of suitable length, i.e. with as many elements as object has samples.
向量,即作为object有样品的许多元素与一个合适的长度。
参数:...
should not be used for this method.
不应使用此方法。
作者(S)----------Author(s)----------
Simon Anders, sanders@fs.tum.de
举例----------Examples----------
cds <- makeExampleCountDataSet()
conditions( cds )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|