rmChangePoint {vanquish} | R Documentation |
Remove CNV regions within VCF files by change point method
Description
Remove CNV regions within VCF files by change point method
Usage
rmChangePoint(vcf, threshold, skew, lower, upper)
Arguments
vcf |
Input VCF files |
threshold |
Threshold for allele frequency |
skew |
Skewness for allele frequency |
lower |
Lower bound for allele frequency region |
upper |
Upper bound for allele frequency region |
Value
VCF object without change point region
[Package vanquish version 1.0.0 Index]