I have two conditions: treated and untreated. Each condition hast two biological replicates. I also have 7 different features represented as count data. I need to find differentially expressed genes.
If I simplify the model till only one replicate per condition, I could do exact Fisher Test or clustering.
Are there some more methods to test for differential expression that I am forgetting? And how could I integrate the second replicate?
CONDITION GENE FEATURE1 FEATURE2 FEATURE3 FEATURE...
Treated 1 gene A 3432 123 45454
Treated 2 gene A 4534 234 46567
Untreated 1 gene A 124 134 2345
Untreated 2 gene A 1245 34 2345
DESeq or DESeq2? DESeq2 also accepts counts matrix.
Hi Tonja,
What are these features?
Cheers,
Michael
That are the number of reads in specified regions of the genome coming from ChIP-seq from different histones.