Closed PedroBarbosa closed 5 years ago
@gaow Do you have any quick answer to this?
@PedroBarbosa for VT test you see there are more variants because that family of tests have a higher default MAF cutoff (5% I believe?). Typically we (or published literature) recommend using 5% for VT methods.
Hello,
I'm trying to do single gene association tests, but some methods are giving me different
num_variants
andtotal_mac
counts. I'm not adjusting the MAF upper/lower bounds, so I find it weird that a different number of variants are being tested. How does it work internally ?vtools associate variant $phenotype -m "VTtest --name vt -p 5000" --group_by $group -j8 --force > $outdir/${outbasename}_vt.txt
vtools associate variant $phenotype --method "BurdenBt --name Burden" -j8 --group_by $group --force > $outdir/${outbasename}_burden.txt
Best, Pedro