extractLocsFile(BeadDataPackR)
extractLocsFile()所属R语言包:BeadDataPackR
Retrieve only the .locs file information
检索只LOCS文件信息。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Provides a mechanism to extract the information from the original .locs file from a compressed .bab file, without the need to extract the intensity or probe ID values.
提取的信息,从原来的。LOCS文件从压缩。BAB文件,而不需要提取的强度或探针ID值,提供了一种机制。
用法----------Usage----------
extractLocsFile(inputFile, path = ".")
参数----------Arguments----------
参数:inputFile
The name of the .bab file to be read in.
要读入的。BAB文件的名称
参数:path
Path to where the input file can be found. Default is the current working directory.
输入文件中可以找到的路径。默认为当前工作目录。
值----------Value----------
A matrix with two columns (four if two-channel data) containing the X and Y values of the bead centre coordinates supplied in the original .locs file. For two-channel data the first two columns contain the coordinates from the green channel, with the red channel held in columns three and four.
两列,含珠中心的X和Y值(如果双通道数据4)矩阵坐标提供在原LOCS文件。对于双通道数据的前两列包含从绿色通道的坐标,列三,四举行的红色通道。
作者(S)----------Author(s)----------
Mike L. Smith
举例----------Examples----------
dataPath <- system.file("extdata", package = "BeadDataPackR")
locs <- extractLocsFile(inputFile = "example.bab", path = dataPath)
locs[1:10,]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|