readGPR(arrayQuality)
readGPR()所属R语言包:arrayQuality
Reading GenePix gpr file
阅读GenePix GPR文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This component reads a GenePix file (.gpr) and returns columns used for quality control.
此组件读取的GenePix文件(GPR),并返回用于质量控制的列。
用法----------Usage----------
readGPR(fnames = NULL, path= ".", DEBUG=FALSE, skip = 0, sep ="\t",
quote="\"", controlId="ID",...)
参数----------Arguments----------
参数:fnames
A "character" string naming the input file.
一个“字符”字符串,命名输入文件。
参数:path
a "character" string representing the data directory. By default this is set to the current working directory (".").
“字符”字符串表示的数据目录。默认情况下,这是设置为当前工作目录(“。”)。
参数:DEBUG
If 'TRUE', debug statements are printed.
如果“TRUE”,打印调试语句。
参数:skip
Number of lines to skip in the gpr files.
在GPR文件跳过的行数。
参数:sep
A "character" string defining the type of separation for the columns in the gpr files.
一个“字符”字符串,定义为分离式列在GPR文件。
参数:quote
A "character" string defining the type of quote in the gpr files.
一个“字”的报价在GPR文件类型定义的字符串。
参数:controlId
Character string. Name of the column of the gpr file used to define controls.
字符串。 GPR文件用来定义控件的列名称。
参数:...
additional arguments.
额外的参数。
值----------Value----------
A list of vectors containing information extracted from the
从向量中提取的信息列表
作者(S)----------Author(s)----------
Agnes Paquet
参见----------See Also----------
slideQuality, gpQuality, globalQuality
slideQuality,gpQuality,globalQuality
举例----------Examples----------
datadir <- system.file("gprQCData", package="arrayQuality")
if (interactive())
gprData <- readGPR(fnames="9Mm137.gpr", path=datadir)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|