prw2uname(imageHTS)
prw2uname()所属R语言包:imageHTS
Convert and parse well unique names
转换和解析以及独特的名字
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions to convert and parse well unique names.
职能转换和解析以及独特的名字。
用法----------Usage----------
prw2uname(plate, replicate, row, col, well)
uname2prw(uname)
rowcol2well(row, col)
well2rowcol(well)
well2wellid(row, col, direction='row', dim)
参数----------Arguments----------
参数:plate
An numeric vector of plate indices or a list containing the numeric vectors plate, replicate, row and col.
板指数的数值向量或列表,其中包含的数字向量plate,replicate,row和col。
参数:replicate
A numeric vector of replicate indices.
数字向量的复制指数。
参数:row
A numeric vector of row indices.
行指数的一个数值向量。
参数:col
A numeric vector of column indices
一个数值向量列指数
参数:well
A character vector of well names.
一个好名字的特征向量。
参数:uname
A character vector of well unique names.
一个特征向量,以及独特的名称。
参数:direction
A character string containing the direction of the mapping. Valid values are row and col. Default is row, where the well identifier 2 points is mapped to well (1, 2) </table>
一个字符串,其中包含映射的方向。有效的值是row和col。默认值是row,以及标识符2点被映射到好(1,2)</ TABLE>
参数:dim
A numeric vector of length two, containing the dimensions (number of rows, number of columns) of a plate </table>
一个长度为2的数字向量,含有一盘</表>的尺寸(行数,列数)
Details
详情----------Details----------
In prw2uname, wells can be specified using the arguments row and col or using the argument well.
在prw2uname,井可以指定使用的论据row和col或使用参数well。
值----------Value----------
prw2uname returns a character vector of well unique names. uname2prw returns a data frame containing the columns plate, replicate, row and col. rowcol2well returns a character vector of well names. well2rowcol returns a data.frame containing the numeric vectors row and col. well2wellid returns a numeric vector containing the well identifiers.
prw2uname返回一个特征向量以及独特的名字。 uname2prw返回一个数据框包含列plate,replicate,row和col。 rowcol2well返回一个好名字的特征向量。 well2rowcol返回一个数据框包含数字向量row和col。 well2wellid返回一个数字的向量,以及标识符。
作者(S)----------Author(s)----------
Gregoire Pau, <a href="mailto:gregoire.pau@embl.de">gregoire.pau@embl.de</a>, 2010
参见----------See Also----------
getWellFeatures
getWellFeatures
举例----------Examples----------
## prw2uname and uname2prw[#prw2uname和uname2prw]
u = prw2uname(plate=1:2, replicate=1, row=2, col=3:4)
print(u)
prw = uname2prw(u)
print(prw)
prw2uname(prw)
## rowcol2well and well2rowcol[#rowcol2well和well2rowcol]
w = rowcol2well(row=1:3, col=5:7)
print(w)
rc = well2rowcol(w)
print(rc)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|