read.marrayInfo(marray)
read.marrayInfo()所属R语言包:marray
Create objects of class marrayInfo
类marrayInfo创建对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates objects of class marrayInfo. The marrayInfo class is used to store information regarding the target mRNA samples co-hybridized on the arrays or the spotted probe sequences (e.g. data frame of gene names, annotations, and other identifiers).
这个函数创建类marrayInfo的对象。 marrayInfo类是用来存储信息有关的靶mRNA样品阵列或斑点探针序列(如基因名称,注释和其它标识符的数据框)共同杂交。
用法----------Usage----------
read.marrayInfo(fname, info.id=NULL, labels=NULL, notes=fname, sep="\t",skip=0, quote="\"", ...)
参数----------Arguments----------
参数:fname
the name of the file that stores information on target samples or probe sequences. This is usually a file obtained from a database.
存储目标样品或探针序列上的信息的文件名称。这通常是从数据库中获得的文件。
参数:info.id
the column numbers in fname that contain the required information.
列数fname包含所需的信息。
参数:labels
the column number in fname which contains the names that the user would like to use to label spots or arrays (e.g. for default titles in maPlot.
fname这列数中包含的名字,想用户所使用标签斑点或阵列(默认的标题,例如maPlot。
参数:notes
object of class character, vector of explanatory text
字符类的对象,解释性文字向量
参数: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.
字段分隔符。文件的每一行的值是通过这个角色分离。默认是读取一个制表符分隔的文件。
参数:skip
the number of lines of the data file to skip before beginning to read data.
行的数据文件数量开始读取数据前跳过。
参数:quote
the set of quoting characters. By default, this is disable by setting "quote="\""".
引用字符集。默认情况下,禁用设置“报价=”\“”。
参数:...
further arguments to scan.
scan进一步的论据。
值----------Value----------
An object of class marrayInfo.
对象类marrayInfo。
作者(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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|