locusMap.list(CGEN)
locusMap.list()所属R语言包:CGEN
List to describe the locus map data
名单来描述轨迹的图数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The list to describe the locus map data for chromosome.plot.
列表来描述chromosome.plot的轨迹图数据。
格式----------Format----------
The format is: List of 8
格式是:8名单
file File containing the locus map data. This file must contain at least three columns: a column for the SNP names, a column for the chromosomes, and a column for the location of the SNP on the
含有轨迹的图数据文件的文件。此文件必须至少包含三列:为SNP的名字列,为染色体列,和一列位置上的SNP
file.type 1, 3 or 4 (see details). The default is 3.
file.type 1,3或4(见详情)。默认值是3。
delimiter The delimiter used in the files. The default is "\t" (a tab).
在文件中使用的分隔符分隔符。默认是“\ t”(制表符)。
header 0 or 1 if the file contains a header of variable names.
0或1,如果头文件包含一个变量名头。
snp.var Variable name (e.g. rs number) or column number of the SNP (locus) variable.
snp.var变量名称(如RS号码)或列数的SNP(轨迹)变量。
chrm.var Variable name (e.g. chromosome number) or column number of the chromosome variable.
chrm.var变量名称(如染色体数目)或染色体变量数列。
loc.var Variable name or column number of the location variable, which denotes the SNP's position on the chromosome. This variable should be numeric.
loc.var变量名或列的位置变量的数量,这是指在染色体上的SNP的位置。这个变量应该是数字。
sas.list See sas.list. The default is NULL.
sas.list见sas.list。默认值为NULL。
Details
详情----------Details----------
In this list, file must be specified. The types of files are described below.
在这份名单中,file必须指定。下文所述的文件类型。
Type 1 An .rda file where the saved object was a data frame.
Type 1。RDA文件的保存的对象是一个数据框。
Type 3 A flat file.
Type 3平面文件。
Type 4 A SAS data set (see sas.list).
Type 4SAS数据集(见sas.list)。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|