Dear Altruists,
I am new to bioinformatics and please help me with this.
I used Star-Cuffdiff pipeline without cufflink to get DEG analysis. When I run cuffdiff with default settings, I got gene expression data. When we try to validate highly expressed genes by qPCR, those genes are undetectable.
So, my question is, where could be the problem? What can I do in this case? My library is truqseq fr firsstarnd ,
So I run cuffdiff again with library type , c flag, and b flag and then I keep receiving an error message saying labels should match the number of conditions. So, I retired again with the same code removing these advanced options, then it works fine.
I have spent a lot of time on searching for this error, but could not get any useful information.
Please help me out.
Thanks for taking the time to read.
Sincerely , Aynur
Thank you very much. I really appreciate it. My question is I have two biological replicates, and I was told for these pipelines Its required to have at least 3 replicates. I read DESeq2 manual, and could not find about minimum 3 replicates. Am I misinformed? Please help me.
These pipelines require replicates - that is you need to have more than one sample in each group. But they will run fine with only 2 replicates. You should be aware though that if you only have 2 replicates the results won't be so reliable, and some failure to validate might be expected.
Gotcha. At the moment, I have to deal with 2 replicates each and 10 samples in total. Also, after STAR, I used HTSeq to get raw counts then planning for DESeq.