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

Description of Heatmap Outputs #48

Closed
jpearl01 opened this issue Dec 5, 2016 · 2 comments · Fixed by #305
Closed

Description of Heatmap Outputs #48

jpearl01 opened this issue Dec 5, 2016 · 2 comments · Fixed by #305
Labels
documentation documentation is unclear or incomplete question how can I do this? why does it do that? where can I get this? etc.
Milestone

Comments

@jpearl01
Copy link

jpearl01 commented Dec 5, 2016

Summary:

I'm familiar with ANI (and there is a very good description of it in the README), so the *_percentage_identity, *_alignment_length, and *_alignment_coverage make sense to me.

I'm not so sure about the *_hadamard or *_similarity_errors graphs. Is there a good resource to find out more as to how to interpret these? Or the algorithms used to generate them?

pyani Version: pyani-0.2.1

Python Version: 3.5.0b4

Operating System: Fedora 23

@widdowquinn
Copy link
Owner

widdowquinn commented Dec 5, 2016

Other than the source code, I'm just going to have to explain them here ;)

The *_hadamard output is the [https://en.wikipedia.org/wiki/Hadamard_product_(matrices)](Hadamard product) of identity and coverage. It's meant to provide a measure that allows you to interpret identity and coverage simultaneously - it's not provided by any other ANI package so far as I know. It'll be a new thing for the pyani paper.

The *_similarity_errors graphs come out of using MUMmer - it's a value provided in MUMmer output that essentially counts up SNPs (but doesn't identify them directly).

@widdowquinn widdowquinn added the question how can I do this? why does it do that? where can I get this? etc. label Dec 5, 2016
@jpearl01
Copy link
Author

jpearl01 commented Dec 5, 2016

Aha. That's far more straightforward than I was expecting :-)

Looking forward to the paper!

Thanks for the clarification,

~josh

@widdowquinn widdowquinn added the documentation documentation is unclear or incomplete label Oct 2, 2019
@widdowquinn widdowquinn added this to the 0.3.0 milestone May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation is unclear or incomplete question how can I do this? why does it do that? where can I get this? etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants