Hello,
I am doing miRNA differential expression analysis from the Read counts, but I have few questions: 1. Which one is better DEseq2 and EdgeR 2. I have total 452 samples with 4 condition and each condition have different sample no. How to analyze this type of data. 3. I want to check the expression of miRNAs for the individual condition, I mean which miRNAs are Down or UP-regulated in which condition.
Please help me in this regard.
Thanks...
Hello All, Thank you for your kind reply and suggestions. Please focus on my second problem: I have total 452 samples with 4 condition and each condition have different sample no. How to analyze this type of data. I checked DeSeq2 and EdgeR tutorials, mostly in these tutorials they did only DE analysis only for control and treatment condition. But In my case, I have 4 conditions with different sample no. eg.: Condition 1: 139 samples Condition 2: 109 samples Condition 3: 89 samples Condition 4: 80 samples I hope you can understand my problem. Thanks!!
First, be sure to add your emphasis to the second issue as a comment rather than an answer to your post.
DESeq2 does accommodate analysis with different samples numbers, thus I am not sure why this is a problem. It seems to me that the sample number is not the issue your are pointing to, but rather the fact that you have 4 conditions. The way you will analyze this will depend upon the question of you experimental problem. You could analyze all the groups together (accounting for multiple groups in the
design
section of DESeq2) and usecontrast
to the comparisons that you are interested (more on this here). Alternatively, if your conditions represent something like different time points, you should consider reading that section on the DEseq2 vignette.