Thanks, Can't use Caddiff with this number of samples?
Hi all. I have 24 samples RNA-seq, paired-end data including 2 genotypes, 3 Zone from root, 2 conditions and each condition including two replicate. How can I do cuffdiff for this expriments. thanks alot
2 answers
Cuffdiff is no longer recommended, update your analysis to HISAT / StringTie / Ballgown
I would also not use this pipeline. Stringtie is overly complicated unless you want to assemble the transcriptome. For a standard DE analysis (i a proper reference transcriptome exists) there is (imho) no need to bother with it. ALso leightweight pseudo- or selective aligners such as kallisto and salmon typically outperform traditional alignment for RNA-seq quantification (check any of the recent benchmark papers). This ballgown tool does not really provide features which other, better documented and actively maintained tools such as DESeq2 or edgeR do not offer.
I would go with quantification by salmon, importing data into R with tximport, then DESeq2, as described e.g. here: https://www.bioconductor.org/packages/devel/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html
my goal is LncRNA detection...
Recommendations for lncRNA: https://academic.oup.com/gigascience/article/8/12/giz145/5663671
Still recommend pseudoalignment, e.g. kallisto, for this.
Can you explain more about this or give an example?
Log in to answer this question.