maCompPlate(marray)
maCompPlate()所属R语言包:marray
Generate plate IDs
生成板的ID
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates plate IDs from the dimensions of the grid and spot matrices. Note that this function only applies to arrays with a regular plate layout, where the number of spots is a multiple of the number of wells on a plate (usually 96 or 384) and each well contributes
这个函数生成网格和点矩阵尺寸的板ID。请注意,此功能只适用于一个普通的板布局,在斑点上板的多个井数(通常是96或384),每口井的贡献阵列
用法----------Usage----------
maCompPlate(x, n=384)
参数----------Arguments----------
参数:x
object of class "marrayLayout", "marrayRaw" and "marrayNorm"
对象的类"marrayLayout","marrayRaw"和"marrayNorm"
参数:n
object of class "numeric", number of wells in each plate, usually 384 or 96.
对象类的“数字”,井数,每块板,通常是384或96。
Details
详情----------Details----------
Having plate IDs may be useful for the purpose of normalization. Normalization by plate can be done using the function maNormMain.
标准化的目的,板块的ID可能是有用的。可以使用的功能maNormMain板块标准化。
值----------Value----------
a vector of plate IDs (factor).
向量的板块的ID(factor)。
作者(S)----------Author(s)----------
Yee Hwa (Jean) Yang, Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参见----------See Also----------
marrayLayout, marrayRaw,
marrayLayout,marrayRaw
举例----------Examples----------
L<-new("marrayLayout", maNgr=4, maNgc=4, maNsr=22, maNsc=24)
plate<-maCompPlate(L,384)
table(plate)
maPlate(L)<-plate
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|