Thanks, Genomax for your recommendations. I checked SPAdes website and I found there is a separate "De Novo RNAseq Assembler" called "rnaSPAdes".
For mammalian RNAseq data, I started with FASTQ files --> BAM/SAM from Tophat --> raw read count from HTseq-count or GTF file from Cufflinks --> merged GTF from Cuffmerge --> differential outpu from Cuffdiff.
For bacterial RNAseq data, when I don't have reference genome. Using rnaSPAdes assembler, I will get the output file in FASTA format. But with that FASTA file how do I address (d, e, f, g, h)?
Hi, I just begin in the RNA seq analysis field and I am working with bacteria as well. Did you find the right pipeline? I am looking for the better tool for aligment step
Hey, how about starting with this guide: https://www.annualreviews.org/doi/abs/10.1146/annurev-biodatasci-072018-021255 Written by some of the more well-known names in the RNA-seq field. It contains alot of background any helpful suggestions. This workflow is also helpful. https://bioconductor.org/packages/release/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html The principles of RNA-seq are basically the same for bacteria just that you do not need to use a special software that is splice-aware for alignment or quantification.
Thanks Atpoint for the advices! Was really useful I´ve been reading and I found the SPARTA pipeline. I will try.