Dear Members I am working on RNA-seq differential expression. I have aligned my RNA reads on reference genome using STAR. I need to know to get counts from the output files of STAR OR how to get the count table in RStudio for further analysis. What other options do I have if I don't use cufflinks/cuffdiff.
THANKS
featureCounts is also available as part of the R subread package.
thank you dear @Michael Dondrup.