plate(cellHTS2)
plate()所属R语言包:cellHTS2
Retrieve information related with the format of a RNAi experiment
检索相关信息的RNAi实验的格式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions retrieves information related with the format of RNAi experiment conducted in multi-plate format and stored in an object of cellHTS class.
这些通用功能检索的RNAi实验格式进行多片格式,并存储在cellHTS类的对象的相关信息。
用法----------Usage----------
pdim(object)
plate(object)
well(object)
position(object)
参数----------Arguments----------
参数:object
an object of class cellHTS.
对象类cellHTS。
值----------Value----------
pdim returns a vector of length 2 containing integer values that correspond to the number of rows and columns in a plate. This corresponds to the plate format used in the screen (for example, 96-well or 384-well plates).
pdim返回向量的长度为2包含整数值相对应的一个板块中的行和列的数目。这相当于板在屏幕上使用的格式(例如,96或384孔板)。
plate returns a vector of integers with the same length as the product between the number of wells per plate and the number of plates. This gives the plate number for each well in the assay. Corresponds to fData(object)[,"plate"].
plate返回一个整数向量与相同长度的产品每盘的井数和板之间。这使每口井在检测的车牌号码。对应fData(object)[,"plate"]。
well returns a character vector containing the wells identifiers (for example "A01", "H06"). Its length equals the product between the number of wells per plate and the number of plates. This vector corresponds to fData(object)[,"well"].
well返回一个包含井标识符(例如“A01”,“H06”)的特征向量。它的长度等于每盘的井数和板之间的产品。该向量对应fData(object)[,"well"]。
position gives a numeric vector containing every well positions (1, 2, 3, ...). Its length is equal to the product between the number of wells per plate and the number of plates.
position给出了一个数字的向量,每一个很好的位置(1,2,3,...)。其长度等于每盘的井数和板之间的产品。
作者(S)----------Author(s)----------
Ligia Bras <a href="mailto:ligia@ebi.ac.uk">ligia@ebi.ac.uk</a>
参见----------See Also----------
cellHTS
cellHTS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|