Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment information #139

Closed
zpliu1126 opened this issue Jan 5, 2024 · 2 comments
Closed

Alignment information #139

zpliu1126 opened this issue Jan 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@zpliu1126
Copy link

Hi~ Andrey,

#43 This counts unique read-to-isoform assignments. Uniquely assigned read may not necessary be uniquely mapped, e.g. if its secondary alignment is mapped to intergenic region. Vise versa, ambiguous assignments may come from uniquely mapped reads, i.e. when the read covers only part of the gene and it is not clear which isoform it is (quite typical for truncated ONT reads). Thus, 40% for uniquely assigned reads seems to be ok.
To count uniquely mapped reads it's best to use original BAM file and samtools.

Is it possible to output the statistical information of minimap results in the log?

Best
zpliu

@andrewprzh
Copy link
Collaborator

Hi @zpliu1126

I will add it on my TODO list, this could be informative for the user. At the moment you can use, for example, samtools flagstat.
I'll keep you updated.

Best
Andrey

@andrewprzh andrewprzh added the enhancement New feature or request label Jan 5, 2024
@andrewprzh
Copy link
Collaborator

Implemented in new version 3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants