Hi,
I am analyzing RNA seq data and trying to identify differentially expressed genes between to populations using ttest (my data is in triplicates)
I was wondering weather I need to check for the variance assumptions before applying ttest.
if so- what test will be recommended to use on such data?
I have tried Bartlett's, Levene's (with absolute values), Levene's (with quadratic values), Brown-Forsythe and two-sample F-test
and got different though close results. I would live to hear your thoughts! Tnx!
I am looking at exactly 2 conditions and prefer working with ttest and my own codes.
Thanks!
May I ask why? limma and other tools inherit the "good" properties of t-Test and have some additional advantages. Personally, I would use t-Test in case of (real) many replicates and a few genes.
honestly, I used cuffdiff before and realized that using my own code and analysis gives more reliable results. I didn't try the other tools you mentioned, yet. maybe I'll give it a try in the future.