small RNA differential expression analysis
I would like to know if there is any way of entering normalized count table directly into DESeq? I cannot enter the raw data since my file parsed through several layers of annotation and filtering.
Thank you
• 2,676 views
•
link
2 answers
• 0 views
•
link
Thank you very much.
Since I'm still new to this - what statistical tests could I run to
- test for significance between my 3 biological replicates for each treatment.
- look for differential expression between treatments
• 0 views
•
link
- If you can't get around using normalized counts, then limma after using voom(). Apparently edgeR is now considered OK in some circumstances, but this will depend on the nature of the counts.
- See above, you may want contrasts.
• 1 views
•
link
Log in to answer this question.
Short answer: no, trying to enter normalized data is wrong.