I have obtained a RNA-seq library from my collaborator with a total of more than 100M reads with length of 36bp from three Illumina sequencing lanes.
So I tried to use tophat + cufflinks to discover some novel splice isoforms from this library. I do realize that it is ideal to use paired-end reads with longer lengths such as 75bp, I just want to see what I can get from cufflinks. However, the outputs seem to be a bit dissapointing after running cuffcompare:
#--------------------| Sn | Sp | fSn | fSp
Base level: 59.0 17.8 - -
Exon level: 1.7 0.4 18.6 4.0
Intron level: 7.5 47.0 7.6 47.3
Intron chain level: 0.1 0.1 0.1 0.1
Transcript level: 0.0 0.0 0.0 0.0
Locus level: 0.1 0.0 0.2 0.0
Missed exons: 66987/206780 ( 32.4%)
Wrong exons: 813919/958710 ( 84.9%)
Missed introns: 167142/185318 ( 90.2%)
Wrong introns: 11318/29587 ( 38.3%)
Missed loci: 5737/21602 ( 26.6%)
Wrong loci: 782485/927668 ( 84.3%)
At the transcript level, both Sn and Sp are zero! Does that mean cufflinks is not supposed to be run with short single-ended RNA-seq data? Is this typical or did I do sth. wrong? Any inputs?
- L
So I tried to use tophat + cufflinks to discover some novel splice isoforms from this library. I do realize that it is ideal to use paired-end reads with longer lengths such as 75bp, I just want to see what I can get from cufflinks. However, the outputs seem to be a bit dissapointing after running cuffcompare:
#--------------------| Sn | Sp | fSn | fSp
Base level: 59.0 17.8 - -
Exon level: 1.7 0.4 18.6 4.0
Intron level: 7.5 47.0 7.6 47.3
Intron chain level: 0.1 0.1 0.1 0.1
Transcript level: 0.0 0.0 0.0 0.0
Locus level: 0.1 0.0 0.2 0.0
Missed exons: 66987/206780 ( 32.4%)
Wrong exons: 813919/958710 ( 84.9%)
Missed introns: 167142/185318 ( 90.2%)
Wrong introns: 11318/29587 ( 38.3%)
Missed loci: 5737/21602 ( 26.6%)
Wrong loci: 782485/927668 ( 84.3%)
At the transcript level, both Sn and Sp are zero! Does that mean cufflinks is not supposed to be run with short single-ended RNA-seq data? Is this typical or did I do sth. wrong? Any inputs?
- L
Comment