When running a calling command like mpileup2cns without specifying the --p-value argument, VarScan outputs
Warning: No p-value threshold provided, so p-values will not be calculated
It appears, though, that VarScan does calculate p-values for variants (they are in VCF output) and filters variants on a default threshold of 0.01. The warning should be changed or removed because it mistakenly suggests that variants will not be filtered on a p-value when the argument is not provided.
Also, the manual states that the default p-value threshold for calling commands is 0.99. This should be updated to 0.01 or the true default threshold should be changed to 0.99.
When running a calling command like
mpileup2cns
without specifying the--p-value
argument, VarScan outputsIt appears, though, that VarScan does calculate p-values for variants (they are in VCF output) and filters variants on a default threshold of 0.01. The warning should be changed or removed because it mistakenly suggests that variants will not be filtered on a p-value when the argument is not provided.
Also, the manual states that the default p-value threshold for calling commands is 0.99. This should be updated to 0.01 or the true default threshold should be changed to 0.99.