Hey guys,
Just a quick question and some advice. I've indexed my target organism's genome and I am now aligning my cleaned reads back to the genome with Star again. My reads were cleaned with Trimmomatic.
I've read that people regularly use cufflinks package for all in one analysis;however, I would be keen on using EdgeR. Once my reads have been aligned. Is there anyway I can use the SAM/ converted BAM files to calculate counts then feed them into R and EdgeR? Most of my experience has so far been in de novo assembly.
Are there any good tutorials I can visit online?
Thanks.
Yes you can. STAR now has the ability to generate counts during alignments or you could use featureCounts with the aligned sequence files to generate the count matrix.
Hi Genomax2,
This presumably does away with the need of using cufflinks software? I have multiple replicates per treatment and I read cuff-merge is good for this. Any obvious advantages to using cufflinks or straight up STAR?
Thanks
Yes. You would want to use DESeq2 or edgeR anyway. Sounds like you are all set with replicates etc. See the paper Devon linked below. Vignette for DESeq2 would be similarly useful.