Estimate % of common SNPs between two VCF files and returns the communality between them
1 2 3 4 5 6 7 8 | vcf_communality(
bin_path = "tools/bcftools/bcftools",
vcf = "",
vcf2 = "",
output_name = "",
output_dir = "",
verbose = FALSE
)
|
vcf |
REQUIRED Path to VCF file |
vcf2 |
REQUIRED Path to VCF file |
output_name |
OPTIONAL Name for output_files. IF not given it will use input vcf name |
output_dir |
OPTIONAL Path to output directory. if not given outputs to current directory. |
verbose |
OPTIONAL Extra verbose. Default FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.