Description Usage Arguments Value Note Author(s)
View source: R/KASPar_annotate.R
Converts several KASPar annotated CSV files into a single PED file
1 2 | KASPar_annotate(csv, RefMajor = "A2", RefMinor = "A1", rsid = "rs123456",
direction = NA)
|
csv: |
string. name - the prefix of the ped and map file |
RefMajor: |
string. The reference major allele (e.g. A, G, T, C) |
RefMinor: |
string. The reference minor allele (e.g. A, G, T, C) |
rsid: |
string. The SNP identification number (is used to name the output) |
direction: |
string. The direction of the allele codes (e.g. FWD, REV) |
A text file with genotype and allele annotations
This software requires a sample file with the first 6 columns of a ped file
and a map file with the names of variants
Michael Way
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.