.gwasvcf_to_pwcoco | R Documentation |
Write files for PWCoCo where data are read from two VCF objects or files.
.gwasvcf_to_pwcoco(vcf1, vcf2, chrompos, type1 = NULL, type2 = NULL, outfile)
vcf1 |
VCF object or path to VCF file |
vcf2 |
VCF object or path to VCF file |
chrompos |
Character of the format chr:pos1-pos2 |
type1 |
How to treat vcffile1 for coloc, either "quant" or "cc" (Optional) |
type2 |
How to treat vcffile2 for coloc, either "quant" or "cc" (Optional) |
outfile |
Path to output files, without file ending |
0 if success, 1 if there was a problem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.