Entering edit mode
9.9 years ago
mjoyraj
▴
80
I mapped my RNA-se reads with Tophat with the commands
Tophat -p 8 -o output -I 20000 -g 5 -G gtf_file Genome Fastq1 fastq2
Then I assembled the aligned tophat bam file using cufflinks with the commands
Cufflinks -p 20 -o output accepted.bam file
I found some of the genes are not assembled and they are masked as can be seen in skipped.grf.
I wonder why this has happened. Can anybody suggest something
Yes, I observed the skipped region are mostly my target genes which are highly expressed (as can be seen from mapped reads). So I am trying again cufflinks-assembly with "--max-bundle-frags 1000000000000".
Something like that, I always have to look up cufflinks parameters.
Thanks.... Ryan
Dear Ryan, when I used
--max-bundle-frags 1000000000000
in cufflinks, the run continues for a long time and it is still running showing waiting for two threads to complete. Is it okay?. Do I need to increase the number of threads?