Description Usage Arguments Value Author(s) Examples
see write.simple
for general information
1 2 3 4 |
pedfile |
Output pedigree file name. |
mfile |
Output marker file name. |
pedigree |
Optional pedigree/member/father/mother/sex indentifier vectors, same order as rows in snpStats object. If missing, pedigree is set to rownames(X) and the others default to unrelated males |
member |
See pedigree |
father |
See pedigree |
mother |
See pedigree |
sex |
See pedigree |
snp.names |
optional SNP names to include in the marker map file. Defaults to colnames(X). |
X |
SnpMatrix object |
a1 |
vector of first allele at each SNP |
a2 |
vector of second allele at each SNP |
No return value, but has the side effect of writing specified output files.
Chris Wallace
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.