a-slide / NanoCount

EM based transcript abundance from nanopore reads mapped to a transcriptome with minimap2
https://a-slide.github.io/NanoCount/
MIT License
53 stars 5 forks source link

How can I obtain the raw file containing reads assigned to isoforms? #34

Closed zhenyu7500 closed 5 months ago

zhenyu7500 commented 6 months ago

Thank you for creating the excellent NanoCount software.

I am interested in obtaining information about the assignment of DRS reads to isoforms, but I couldn't locate this information in the output files. Do you have any suggestions?

I appreciate your prompt response.

Thank you!

josiegleeson commented 5 months ago

Hi, ensure you run NanoCount with the '-b' flag enabled and provide a name for the output BAM file. This will output the BAM file which has all the reads included for quantification and which transcript isoforms they were mapped to. You can convert this to a SAM file to view it. Hope that helps!