View source: R/utilities_export.R
exportGenotypeTable | R Documentation |
Exports genotype tables to various flat file formats.
exportGenotypeTable(
tasObj,
file,
format = c("vcf", "hapmap", "plink", "flapjack"),
keepDepth = TRUE,
taxaAnnotations = TRUE,
branchLengths = TRUE
)
tasObj |
An object of class |
file |
Output file name. |
format |
Export file format. This function current supports the following:
|
keepDepth |
Whether to keep depth if format supports depth. Defaults
to |
taxaAnnotations |
Whether to include taxa annotations if format
supports taxa. Defaults to |
branchLengths |
Whether to include branch lengths for Newick formatted
files. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.