readcontrolCode(arrayQuality)
readcontrolCode()所属R语言包:arrayQuality
Control status information
控制状态信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This component reads spot type information from a tab delimited text
此组件从一个制表符分隔的文本读取点的类型信息
用法----------Usage----------
readcontrolCode(file = "SpotTypes.txt", path = NULL, sep = "\t", check.names = FALSE, controlId=c("ID", "Name"), ...)
参数----------Arguments----------
参数:file
Character string giving the name of the file specifying the spot types.
字符串的指定当场类型的文件名称。
参数:path
Character string giving the directory containing the file. Can be omitted if the file is in the current working directory.
字符串,包含文件的目录。如果该文件在当前工作目录是可以省略。
参数:sep
the field separator character.
字段分隔符。
参数:check.names
Logical, if 'FALSE' column names will not be converted to valid variable names, for example spaces in column names will not be left as is.
逻辑,如果将不能转换为有效的变量名假的列名,列名中的空格,例如将不被保留原样。
参数:controlId
Character string. Name of the column of the gpr file used to define controls.
字符串。 GPR文件用来定义控件的列名称。
参数:...
additional arguments
额外的参数
值----------Value----------
A 2 column matrix named controlCode.
2列的矩阵名为controlCode。
作者(S)----------Author(s)----------
Jean Yee Hwa Yang, Agnes Paquet
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|