auxProcessVariants {CNVfilteR} | R Documentation |
Auxiliar function called by loadVCFs
to process variants
auxProcessVariants( vars, cnvGR, heterozygous.range, homozygous.range, min.total.depth, exclude.indels, regions.to.exclude )
vars |
|
cnvGR |
|
heterozygous.range |
Heterozygous range. Variants not in the homozygous/heterozygous intervals will be excluded. |
homozygous.range |
Homozygous range. Variants not in the homozygous/heterozygous intervals will be excluded. |
min.total.depth |
Minimum total depth. Variants under this value will be excluded. |
exclude.indels |
Whether to exclude indels when loading the variants. TRUE is the recommended value given that indels frequency varies in a different way than SNVs. |
regions.to.exclude |
A |
Processed vars