read.pedfile.info(chopsticks)
read.pedfile.info()所属R语言包:chopsticks
function to read the accompanying info file of a LINKAGE ped file
函数来读取联动PED文件所附的info文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function read the accompanying info file of a LINKAGE ped file, for the SNP names, position and chromosome.
此功能读取联动PED文件所附的info文件,为SNP的名称,位置和染色体。
用法----------Usage----------
read.pedfile.info(file)
参数----------Arguments----------
参数:file
An info file
info文件
Details
详情----------Details----------
One such info file is the one accompanying the sample ped file of Haploview.
这样一个info文件是一个陪同样本PED的Haploview文件的。
值----------Value----------
A data frame with columns "snp.names", "position", "chromosome".
与数据框列“snp.names”,“位置”,“染色体”。
注意----------Note----------
This is used internally by read.snps.pedfile to read an accompanying info file.
这是内部使用read.snps.pedfile阅读附带的info文件。
作者(S)----------Author(s)----------
Hin-Tak Leung <a href="mailto:htl10@users.sourceforge.net">htl10@users.sourceforge.net</a>
参考文献----------References----------
参见----------See Also----------
read.snps.pedfile
read.snps.pedfile
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|