Hi there
I am running Cufflinks 'cuffcompare' on transcript.gtf (produced by cufflinks) and comparing it with a .gtf file downloaded from Ensemble
as such:
./cuffcompare -r /home/Homo_sapiens.GRCh37.55.gtf transcripts.gtf
and I seem to get no matches at all between files?!
#= Summary for dataset: transcripts.gtf :
# Total mRNAs : 17735 in 17537 loci (17696 multi-exon)
# Reference mRNAs : 99330 in 43502 loci (82822 multi-exon)
# Corresponding super-loci: 0
#--------------------| Sn | Sp | fSn | fSp
Base level: 0.0 0.0 - -
Exon level: 0.0 0.0 0.0 0.0
Intron level: 0.0 0.0 0.0 0.0
Intron chain level: 0.0 0.0 0.0 0.0
Transcript level: 0.0 0.0 0.0 0.0
Locus level: 0.0 0.0 0.0 0.0
Missed exons: 353318/353318 (100.0%)
Wrong exons: 45831/45831 (100.0%)
Missed introns: 272474/272474 (100.0%)
Wrong introns: 28264/28264 (100.0%)
Missed loci: 0/43502 ( 0.0%)
Wrong loci: 0/17537 ( 0.0%)
HAs anyone else tried this - where did you get your reference .gtf from? Ive used this previously when TopHat itself calculated RPKM values, and it worked fine
Thanks
I am running Cufflinks 'cuffcompare' on transcript.gtf (produced by cufflinks) and comparing it with a .gtf file downloaded from Ensemble
as such:
./cuffcompare -r /home/Homo_sapiens.GRCh37.55.gtf transcripts.gtf
and I seem to get no matches at all between files?!
#= Summary for dataset: transcripts.gtf :
# Total mRNAs : 17735 in 17537 loci (17696 multi-exon)
# Reference mRNAs : 99330 in 43502 loci (82822 multi-exon)
# Corresponding super-loci: 0
#--------------------| Sn | Sp | fSn | fSp
Base level: 0.0 0.0 - -
Exon level: 0.0 0.0 0.0 0.0
Intron level: 0.0 0.0 0.0 0.0
Intron chain level: 0.0 0.0 0.0 0.0
Transcript level: 0.0 0.0 0.0 0.0
Locus level: 0.0 0.0 0.0 0.0
Missed exons: 353318/353318 (100.0%)
Wrong exons: 45831/45831 (100.0%)
Missed introns: 272474/272474 (100.0%)
Wrong introns: 28264/28264 (100.0%)
Missed loci: 0/43502 ( 0.0%)
Wrong loci: 0/17537 ( 0.0%)
HAs anyone else tried this - where did you get your reference .gtf from? Ive used this previously when TopHat itself calculated RPKM values, and it worked fine
Thanks
Comment