motleystate / moonstone

Library to perform Metagenomics data analysis with Python
https://moonstone.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

add HeatmapGraph #56

Closed khillion closed 3 years ago

khillion commented 3 years ago

Description

Add support for heatmap and use it for visualization of diversity p-values.

Changelogs

Issue(s)

Fixes #55

Definition of Done

khillion commented 3 years ago

converted to draft to handle output_file option for pvalue graph

AgnesBaud commented 3 years ago

Just one question related to the p-value correction I'm working on, what kind of input does Heatmap take? Only symmetric dataframe?

khillion commented 3 years ago

Just one question related to the p-value correction I'm working on, what kind of input does Heatmap take? Only symmetric dataframe?

@AgnesBaud HeatmapGraph takes whatever dataframe you give it to represent it. You will have indexes as y and columns as x and the content of each cells as z. So for the context of p-value, you need to make sure it is a dataframe.