Hi All,
I am currently performing RNA-Seq data analysis, the aim is to cluster individuals and so far I have been using this pipeline to obtain expression values (using reference and gtf files GRCh38.86):
- cutadapt
- STAR
- cufflinks, using this command: cufflinks -p 24 -o output_folder_path -g path/Homo_sapiens.GRCh38.86.gtf path/Aligned.sortedByCoord.out.bam --library-type fr-firststrand
- cuffnorm
It seems to be working fine but the cufflinks step takes a really long time and thus, I am looking for faster alternatives, I came across several tools (such as StringTie) but did not find a lot of information about the normalisation step.
Any suggestions would be greatly appreciated.
It seems to be working just fine with featureCounts, thanks!