Hi, I am comparing an assembled transcript file (GTF) with a reference annotation file (GFF) using the GFFCompare tool in Galaxy. In parameters, the only criteria am selecting is “discard ‘duplicate’ query transfrags within a single sample (-D)”. The transcript accuracy report is looking like this-
gffcompare v0.11.2 | Command line was:
#gffcompare -r ref_annotation -D -e 100 -d 100 -p TCONS gffread_on_data_171__gtf
#= Summary for dataset: gffread_on_data_171__gtf
Query mRNAs : 74051 in 18336 loci (60300 multi-exon transcripts)
(9152 multi-transcript loci, ~4.0 transcripts per locus)
Reference mRNAs : 46683 in 36960 loci (37011 multi-exon)
Super-loci w/ reference transcripts: 0
#-----------------| Sensitivity | Precision |
Base level: 0.0 | 0.0 |
Exon level: 0.0 | 0.0 |
Intron level: 0.0 | 0.0 |
Intron chain level: 0.0 | 0.0 |
Transcript level: 0.0 | 0.0 |
Locus level: 0.0 | 0.0 |
Matching intron chains: 0
Matching transcripts: 0
Matching loci: 0
Missed exons: 206513/206513 (100.0%)
Novel exons: 204613/204613 (100.0%)
Missed introns: 168155/168155 (100.0%)
Novel introns: 115436/115436 (100.0%)
Missed loci: 36960/36960 (100.0%)
Novel loci: 18336/18336 (100.0%)
Total union super-loci across all input datasets: 18336
74051 out of 74051 consensus transcripts written in gffcmp.combined.gtf (0 discarded as redundant)
This is not making any sense to me. Why the precision and sensitivity are of 0 value. Thank you so much for your input.