IsoQuant extended annotation missing transcripts #151
Labels
bug
Something isn't working
fixed in dev
Issue resolved but not released yet
fixed in release
Issue resolved and the fix is released, waiting for approval
Hello,
Thank you for making such a useful tool! When running IsoQuant with a reference GTF file, the final extended GTF contains less transcripts than the original reference despite discovering novel transcripts. I just wanted to make sure this is not related to the parameters I use run the program.
My code:
isoquant.py --reference /work/users/j/c/jcmtnez/index/GRCh38_gencode_v45/GRCh38.primary_assembly.genome.fa
--genedb /work/users/j/c/jcmtnez/index/GRCh38_gencode_v45/transcripts.gtf --complete_genedb
--data_type pacbio_ccs
--fastq /work/users/j/c/jcmtnez/RNAseq/SF_long/fastq/WT.fastq
/work/users/j/c/jcmtnez/RNAseq/SF_long/fastq/SF3B1.fastq
/work/users/j/c/jcmtnez/RNAseq/SF_long/fastq/SRSF2.fastq
/work/users/j/c/jcmtnez/RNAseq/SF_long/fastq/U2AF1.fastq
--sqanti_output
-o /work/users/j/c/jcmtnez/RNAseq/SF_long/isoquant/
The result from GFF compare:
gffcompare v0.10.4 | Command line was:
#gffcompare -r transcripts.gtf OUT.extended_annotation.gtf
#= Summary for dataset: OUT.extended_annotation.gtf
Query mRNAs : 206377 in 31488 loci (191408 multi-exon transcripts)
(16483 multi-transcript loci, ~6.6 transcripts per locus)
Reference mRNAs : 251242 in 57581 loci (225209 multi-exon)
Super-loci w/ reference transcripts: 25892
#-----------------| Sensitivity | Precision |
Base level: 72.0 | 94.8 |
Exon level: 77.1 | 97.3 |
Intron level: 76.9 | 97.3 |
Intron chain level: 78.5 | 92.4 |
Transcript level: 75.1 | 91.5 |
Locus level: 52.9 | 96.0 |
Total union super-loci across all input datasets: 31483
206377 out of 206377 consensus transcripts written in gffcmp.annotated.gtf (0 discarded as redundant)
Thank you for your time!
Jose
The text was updated successfully, but these errors were encountered: