getLibraryPlate(cellHTS)
getLibraryPlate()所属R语言包:cellHTS
384-well plate assay format to a 96-well plate library format
384孔板检测到96孔板库格式格式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a cellHTS object with data from an assay conducted in 384-well plate format, resulting from the combination of four consecutive 96-well plates of a reagent library, this function gives the plate identifiers for the 96-well plates.
鉴于cellHTS384孔板格式进行,从连续四个96孔试剂库板组合而成的,从检测数据的对象,这个功能给96孔板板标识符。
用法----------Usage----------
getLibraryPlate(x)
参数----------Arguments----------
参数:x
a cellHTS object.
cellHTS对象。
Details
详情----------Details----------
The cellHTS object x contains data from a screening experiment where every set of four consecutive 96-well plates was combined into a 384-well plate. Therefore, the only available plate identifiers are for the assay plate format (384-well plates). The way the four 96-well plates are transferred to a 384-well plate during an experiment is as follows: the robot stars by transferring the samples from the first 96-well plate into the first quadrant of the 384-well plate, and so on.
cellHTS对象x包含合并成一个384孔板每一套连续四年96孔板筛选试验数据。因此,唯一可用的板标识符检测板格式(384孔板)。在实验过程中的四个96孔板转移到384孔板的方式如下:机器人明星,从最初的96孔板转移到第一象限的384孔板的样品等上。
值----------Value----------
An S3 object of class cellHTS, which extends the argument x by the following element:
S3对象的类cellHTS,延伸x由以下元素的参数:
参数:libPlate
a vector of length equal to the total number of wells of all the 384-well plates, containing a number that identifies the 96-well plate. It ranges from 1 to four times the total number of 384-well plates.
一个长度等于所有的384孔板的井总数的向量,包含一个数字标识的96孔板。它的范围从1到384孔板总数的四倍。
作者(S)----------Author(s)----------
Ligia Braz <a href="mailto:ligia@ebi.ac.uk">ligia@ebi.ac.uk</a>
举例----------Examples----------
data(KcViabSmall)
x <- getLibraryPlate(KcViabSmall)
table(x$libPlate)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|