Convert biallelic SNP data to haplo format
将双等位基因的SNP单倍格式的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts biallelic SNP data to the format required by the suite of haplotype inference and analysis functions
双等位基因的SNP数据转换套件的单倍型推断和分析功能要求的格式
用法----------Usage----------
SNP2Haplo(geno)
参数----------Arguments----------
参数:geno
A data frame containing biallelic SNP data. The first column should contain a subject identifier. The remaining columns should each represent a biallelic SNP, containing two alleles per entry with no separator.
一个数据框包含双等位基因的SNP数据。第一列应该包含一个主题的标识符。其余列各代表一个双等位基因的SNP,不带分隔符的含有两个等位基因每个条目的。
值----------Value----------
SNP2Haplo returns a data frame whose first column is a subject identifier, and where the remaining columns represent the genotype data. Two columns are returned per SNP, each containing a single allele.
SNP2Haplo返回一个数据框的第一列是一门标识符,并在剩余的列代表的基因型数据。返回两列每SNP,每个都包含一个单一的等位基因。