Description Usage Arguments Value
For a given region and VCF file, extracts the variants in the region along with LD matrix from a reference panel
1 2 3 4 5 6 7 | gwasvcf_to_finemapr(
region,
vcf,
bfile,
plink_bin = genetics.binaRies::get_plink_binary(),
threads = 1
)
|
region |
Region of the genome to extract eg 1:109317192-110317192". Can be array |
vcf |
Path to VCF file or VCF object |
bfile |
LD reference panel |
plink_bin |
Path to plink. Default = genetics.binaRies::get_plink_binary() |
threads |
Number of threads to run in parallel. Default=1 |
List of datasets for finemapping
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.