summarize_VCFs | R Documentation |
summarize_VCFs
Same as 'summarize_stacks', except the full paths to input VCFs and an output directory are supplied as arguments.
summarize_VCFs(
VCF.paths,
save.as,
popmap.path = NULL,
include.out = c("total", "persite")
)
VCF.paths |
Character string vector to one or more input VCF files. |
save.as |
Path to location where output stats table should be saved. If NULL, the the table is not saved. |
popmap.path |
Character string to population map. If NULL, all individuals in are assigned to the same 'population'. |
include.out |
Character string vector indicating which output files to generate. |
data frame(s) with basic stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.