RmIndels: A function to remove indel variants from a vcfR::VCF object

Description Usage Arguments Value Examples

Description

A function to remove indel variants from a vcfR::VCF object

Usage

1
RmIndels(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 indel variants

Examples

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

## End(Not run)

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