read.marrayLayout(marray)
read.marrayLayout()所属R语言包:marray
Create objects of class marrayLayout
创建类marrayLayout对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates objects of class marrayLayout to store layout parameters for two-color cDNA microarrays.
这个函数创建类marrayLayout两色的cDNA微阵列,用于存储布局参数的对象。
用法----------Usage----------
read.marrayLayout(fname = NULL, ngr, ngc, nsr, nsc, pl.col = NULL, ctl.col = NULL, sub.col = NULL, notes = fname, skip, sep = "\t", quote = "\"", ...)
参数----------Arguments----------
参数:fname
the name of the file that stores plate and control information. This is usually a file obtained from a database.
该文件的名称存储板和控制信息。这通常是从数据库中获得的文件。
参数:ngr
the number of rows of grids per image.
每幅图像的网格的行数。
参数:ngc
the number of columns of grids per image.
每幅图像网格的列数。
参数:nsr
the number of rows of spots per grid.
每个网格点的行数。
参数:nsc
the number of columns of spots per grid.
每个网格点的列数。
参数:pl.col
the column number in fname that contains plate information.
fname,列数包含板信息。
参数:ctl.col
the column number in fname that contains control information.
fname,列数包含控制信息。
参数:sub.col
the column number in fname that contains full ID information.
列数fname包含完整的ID信息。
参数:notes
object of class character, vector of explanatory text.
字符类的对象,解释性文字向量。
参数:skip
the number of lines of the data file to skip before beginning to read data.
行的数据文件数量开始读取数据前跳过。
参数:sep
the field separator character. Values on each line of the file are separated by this character. The default is to read a tab delimited file.
字段分隔符。文件的每一行的值是通过这个角色分离。默认是读取一个制表符分隔的文件。
参数:quote
the set of quoting characters. By default, this is disable by setting "quote="\""".
引用字符集。默认情况下,禁用设置“报价=”\“”。
参数:...
further arguments to scan.
scan进一步的论据。
值----------Value----------
An object of class marrayLayout.
对象类marrayLayout。
作者(S)----------Author(s)----------
Jean Yang <a href="mailto:yeehwa@stat.berkeley.edu">yeehwa@stat.berkeley.edu</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|