View source: R/genotypes_out.R
genotypes_out | R Documentation |
The function exports genotypes into hapmap format and SNP genomic locations in a three column format (chr, pos, and loci).
genotypes_out(haplo_genotypes,output,pop,parental_genotypes,A_parent, B_parent)
haplo_genotypes |
Required: an input genotypes object, the output of "get_genotypes" function |
output |
Required: a prefix of the output files |
level |
Optional: the level of outputs |
pop |
Optional: the input population, required if level is assigned |
parental_genotypes |
Optional: the parental genotype object, is required if the user needs output in map format of biparental |
A_parent |
Optional: the parent A in mapping of bipaerntal |
B_parent |
Optional: the parent B in mapping of bipaerntal |
genotypes_out(haplo_genotypes,"haplo_genotypes.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.