RmNonBiallelics: A function to remove non-biallelic variants from a vcfR::VCF...

Description Usage Arguments Value Examples

Description

A function to remove non-biallelic variants from a vcfR::VCF object

Usage

1
RmNonBiallelics(vcf, verbose = TRUE)

Arguments

vcf

The original vcfR::VCF object to process

verbose

Logical. If TRUE (default), report status of the process along the execution.

Value

A vcfR::VCF object rid of its non-biallelic variants

Examples

1
2
3
4
5
## Not run: 
RmNonBiallelics(vcf)
RmNonBiallelics(vcf, verbose = FALSE)

## End(Not run)

laurentlab-mpipz/rsurvival documentation built on May 29, 2019, 9:14 a.m.