Description Usage Arguments Value Examples
Read a vcf file, with options to filter out low or high frequency markers.
1 2 |
filename |
Input VCF file |
thin |
How much to thin markers |
maxNumberOfVariants |
Maximum number of variants to keep from region |
min_maf |
Minimum allele frequency of markers to keep. If NA skip min_maf filtering. |
max_maf |
Maximum allele frequency of markers to keep. If NA skip max_maf filtering. |
region_start |
Extract a region from a vcf files with this starting basepair position |
region_end |
Extract a region from a vcf files with this ending basepair position |
VCF object to be used by startSimulation function.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.