read.clonesinfo(snapCGH)
read.clonesinfo()所属R语言包:snapCGH
Reading chromsome and positional information about each clone.
阅读每个克隆的染色体和位置有关的信息。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to read the chromosomal position information of each clone and incorporate it into the genes data.frame of the relevant object.
函数读取每个克隆的染色体位置信息,并纳入相关的对象的基因数据框。
用法----------Usage----------
read.clonesinfo(file, RG, path = NULL, sep="\t", quote="\"")
参数----------Arguments----------
参数:file
Name of the file containing the chromosomal information.
含有的染色体信息的文件名称。
参数:RG
Object containing a \$genes data.frame that the information should be incorporated into.
包含一个\ $基因数据框的信息应纳入的对象。
参数:path
Path to the chromosomal information file.
染色体的信息文件的路径。
参数:sep
Identifying the column seperator in the designated file.
在指定的文件中确定的列分隔符。
参数:quote
Identifying the quotation character used in the designated file.
确定指定的文件中使用的引号字符。
作者(S)----------Author(s)----------
Mike Smith
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|