Hi all,
I'm not a stats person so forgive if the question seems basic.
I know it is possible to perform an association test with samtools mpileup, but I am wondering how this compares to using dedicated softwares like PLINK for example? I have no hand-on experience of association testing.
I guess I am wondering if a bioinformatics scientist (for example) should feel happy doing his own association test with samtools or if he should be handing the SNP data off to the statistical department for more rigorous studying?
I guess there's a line here but I'm not sure at what point it exists...
Thanks in advance.
No, I cannot offer any comments as Samtools and mPileup are not part of our analysis pipelines - we don't generate sequence data, e.g. We would advocate putting the data into PLINK or GAPIT or something designed for association tests. Again, if there is any type of family relationships in your data, this is vital to control for. I don't expect that Samtools can account for this. Also to consider: controling for sex, age, disease status, etc.
The only problem with GAPIT that it treats all the missing values in genotype file as heterozygotes?
Thanks for the comments Larry. Do you have any particular comments regarding the shortcomings of Samtools mPileup for performing association tests?
Thanks a lot Larry.