View source: R/estimate_ethnicity.R
| estimate_ethnicity | R Documentation |
Format VCF files and compute the genomic components (and some figures) for ethnicity.
estimate_ethnicity(
cohort_name,
input_vcfs,
input_type,
output_directory,
ref1kg_vcfs,
ref1kg_population,
ref1kg_maf = 0.05,
splitted_by_chr = TRUE,
quality_tag = NULL,
quality_threshold = 0.9,
recode = "all",
vcf_half_call = "missing",
n_comp = 10,
n_cores = 6,
bin_path = list(vcftools = "/usr/bin/vcftools", bcftools = "/usr/bin/bcftools", bgzip
= "/usr/bin/bgzip", tabix = "/usr/bin/tabix", plink = "/usr/bin/plink1.9")
)
cohort_name |
A |
input_vcfs |
A |
input_type |
A |
output_directory |
A |
ref1kg_vcfs |
A |
ref1kg_population |
A |
ref1kg_maf |
A |
splitted_by_chr |
A |
quality_tag |
A |
quality_threshold |
A |
recode |
A |
vcf_half_call |
A |
n_comp |
A |
n_cores |
An |
bin_path |
A |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.