ablab / IsoQuant

Transcript discovery and quantification with long RNA reads (Nanopores and PacBio)
https://ablab.github.io/IsoQuant/
Other
153 stars 13 forks source link

isoquant results #119

Closed Nikhilgunala closed 1 year ago

Nikhilgunala commented 1 year ago

hi @andrewprzh

command : isoquant.py -d pacbio_ccs --fl_data --bam minimap2mappedsorted.bam --reference chromosomes.fa --output isoquant --threads 8 --transcript_quantification all --gene_quantification all --matching_strategy precise

why in the final trsncript_model.gtf file , only nnic transcripts are reported, how to get all transcripts not only novel ??

isoquantresults1

results : 229730 exon 22475 gene 30210 transcript

thank you in advance !!

andrewprzh commented 1 year ago

Dear @Nikhilgunala

You are running IsoQuant in a annotation-free mode, thus every output transcript is classified as "novel not in catalog". IsoQuant needs a reference annotation (provided via --genedb) to detect known or "novel in catalog" transcripts.

Best Andrey

Nikhilgunala commented 1 year ago

thank you very much @andrewprzh

Nikhilgunala commented 1 year ago

Dear @andrewprzh

Please tell me, is there any way to count single exons also for pacbio flnc reads ??

thank you! Nikhil

andrewprzh commented 1 year ago

@andrewprzh

You may use --count_exons option, but in the current version it only works when the reference annotation is provided.

Best Andrey