-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Total alignments : 0 / featureCount Results #115
Comments
Apologies for the necro but I've encountered a similar issue and would like to find out the issue. I ran nanoseq using a custom fasta and gtf, opting for stringtie2 to perform transcript quantification. Like @cagataykos, I've had transcripts identified (that is, a subset of the unique transcripts in my gtf) but counts of 0 for all of them. To troubleshoot, I've verified that:
I was considering the possibility that the reference used for minimap2 may not be compatible with the reference used in stringtie2. However, given I supplied to the parameters csv a unique transcriptome fa and gtf, and that transcript identification was still possible by stringtie2 as part of the nanoseq pipeline, I'm not certain how to proceed further. The csv file I used is as follows:
Executed this command: Based on this, it seems like there's an inherent incompatibility with my ref files (genocode) and what stringtie2 is able to process? For reference, the ref gtf I created (version where naming is "1" not "Chr1"):
Would there be an issue with the gencode source and Ensembl content? Appreciate any help. |
I have human RNA-Seq dataset it has two different barcodes in the different folder. I aligned with that command
minimap2 -ax splice -uf -k14 ref.fa direct-rna.fq > aln.sam
I try to quantify and counts using with Subread featureCounts function. In the subread results, there is a problem with one of the bam files. I downloaded reference and gtf files from GENCODE.
I checked the bam file with samtools view -H first.bam-second.bam I saw that I followed the same steps for each bam file.
In the IGV results, I saw matches and alignment for all bam files.
Do you have any suggestions the solve this problem? What am I doing wrong?
featureCounts -T 8 -a gencode.v38.chr_patch_hapl_scaff.annotation.gtf -g 'transcript_id' -o readcouts.txt bam/*.bam
|| Total alignments : 11214480 ||
|| Successfully assigned alignments : 4051945 (36.1%) ||
|| Running time : 2.67 minutes
|| Total alignments : 0 ||
|| Successfully assigned alignments : 0 ||
|| Running time : 2.89 minutes
I also tried with Salmon in the salmon alignment-based quantification results bam file has huge differences between each other.
salmon quant --ont -t reference.fa -l A -a first.bam -o salmon_quant1
Total # of mapped reads : 5465357
of uniquely mapped reads : 328808350000000
ambiguously mapped reads : 2177274
salmon quant --ont -t reference.fa -l A -a second.bam -o salmon_quant2
Completed first pass through the alignment file.
Total # of mapped reads : 3843632
of uniquely mapped reads : 2552463
ambiguously mapped reads : 1291169
The text was updated successfully, but these errors were encountered: