Vfilter_v4.Rd
This function allows you to filter variants,deprecated, use Vfilter_v4 instead
Vfilter_v4(
InputSummary = VariantsGTSummary,
Min_Cells = 2,
Max_Count_perCell = 2,
QualifyCellCut = 10
)
The GTSummary file read in by function CW_mgatk.read
Default 2, A qualified variant needs the minimum number of cells that have this variant
Default 2, A qualified variant needs to show at least 2 counts in one cell
Default 10, Minimum depth for a qualified cell
The .depth file by function DepthSummary
Boolean (Default F) If true, remove the homozygous variants
this returns feature.list
DN1CD34_1.Variants.feature.lst<-Vfilter_v3(InputSummary=DN1CD34_1.VariantsGTSummary,depth=DN1CD34_1.depth)
#> Vfilter_v3 has been deprecated, please use Vfilter_v4
#> Error in Vfilter_v3(InputSummary = DN1CD34_1.VariantsGTSummary, depth = DN1CD34_1.depth): object 'DN1CD34_1.VariantsGTSummary' not found