qiime2 / q2-longitudinal

QIIME 2 plugin for paired sample comparisons
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

ENH: added feature count limit for maturity heatmaps #140

Closed nbokulich closed 5 years ago

nbokulich commented 5 years ago

the maturity_index heatmaps are too slow! In part because the heatmaps contain all important features.

I have added a parameter for limiting the number of features displayed in that heatmap. This will speed up execution and ease interpretation. Related to this but unfortunately cannot wrap that action here since the maturity_index heatmap has very specific requirements.

partial fix for #126