-
Notifications
You must be signed in to change notification settings - Fork 132
Plot bin abundances as heat map #214
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
Conversation
|
97755af
to
c7724b2
Compare
That might be fine, however, I recently thought that the weighted mean might be also good, e.g. for 2 contigs (depth x length + depth x length) / (length + length). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks @d4straub ! Yes, we can consider this in the future |
add clustered heat map with bin depths across samples (using centred log-ratios)
for each assembly, across all samples according to
binning_map_mode
currently samples and bins are clustered using euclidean distances
changed estimating the bin abundance by using the mean depths of all contigs to using the median
Todos:
binning_map_mode != own
output.md
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).