wellAnno(cellHTS2)
wellAnno()所属R语言包:cellHTS2
Access the annotation from a cellHTS object.
访问注释从cellHTS对象。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions access the annotation data stored in the featureData slot of an object of class cellHTS.
这些通用功能访问featureData类cellHTS对象的插槽存储的注释数据。
用法----------Usage----------
wellAnno(object)
geneAnno(object)
参数----------Arguments----------
参数:object
Object derived from class cellHTS.
Object派生类cellHTS。
值----------Value----------
wellAnno returns a factor of length equal to the total number of features (number of plates x number of wells per plate) indicating the contents of the wells. Corresponds to fData(object)[,"controlStatus"].
wellAnno返回一个长度等于总数功能(板x的每盘的井数数),表明井的内容factor。对应fData(object)[,"controlStatus"]。
geneAnno returns a vector of the same length as the number of features in object (number of plates x number of wells per plate) containing the gene IDs used in the screen. This corresponds to the contents of fData(object)[,"GeneID"].
geneAnno返回在功能相同长度的向量object(板片数X号井,每盘)含有基因的ID用于在屏幕上。这相当于fData(object)[,"GeneID"]的内容。
See cellHTS class for details.
看到cellHTS类。
作者(S)----------Author(s)----------
Ligia Bras <a href="mailto:ligia@ebi.ac.uk">ligia@ebi.ac.uk</a>
参考文献----------References----------
参见----------See Also----------
cellHTS
cellHTS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|