Read in input vcf data in VarDict format for Contamination detection
readVarDict(dr, dbOnly, depCut, thred, content, extnum, keepall)
dr
: A valid input objectdbOnly
: Use dbSNP as filter, default is FALSE, passed from read_vcfdepCut
: Use a threshold for min depth , default is Falsethred
: Threshold for min depth, default is 20content
: Column names in VCF filesextnum
: The column number to be extracted from vcf, default is 10; 0 for not extracting any columnkeepall
: Keep unextracted column in output, default is TRUE, passed from read_vcfDataframe from VCF file
Useful links