This is a test version of Biostars. For the public version, visit https://www.biostars.org.
T-test analysis for gene expression comparison

Hi there, I would like to perform a t-test to evaluate the gene expression level between the mutation and normal groups. Can anyone prefer a suitable package and guidelines?

rna-seq

What type of analysis is this?

A statistical student's t-test to compare gene expression levels between normal and mutation tissue samples.

1 answer

You can't publish with a t-test result, it's just not a smart enough way to handle the math involved.

Do what everyone does. Run DESeq2 or EdgeR in R.

THIS! You need to go back and learn about what type of distribution is used for a t-test. Then start understanding the distributions that gene expression data follows. This will give you a quick insight as to why you cannot use a t-test, and why the tools swbarnes2 posted about are needed.

Log in to answer this question.