empress icon indicating copy to clipboard operation
empress copied to clipboard

A fast and scalable phylogenetic tree viewer for microbiome data analysis

Results 100 empress issues
Sort by recently updated
recently updated
newest added

This PR attempts to address #491. The goal of this pr is not necessarily to review the code but to test the basic concept to better improve the interface/way users...

We repeat this paradigm a lot in `empress.js` (five times just using `this._featureMetadataColumns`, by my count, and I'm pretty sure most of these are my fault :P): ```js var fmIdx...

nice to have
good first issue
refactoring

Hi team, I found myself recently needing to investigate the phylogenetic distance between 2 specific ASVs and thought it might be really useful if Empress could visually highlight the full...

feature request

### Steps to reproduce 1. Start some sort of event in Emperor that only lasts for a specific duration (e.g. using the mouse to draw a box that selects a...

bug
emperor-integration

ID column only containing integers causes the dataframe index to be int type which causes the index.intersection code to fail in tool.py: ![Screen Shot 2021-07-01 at 3 40 03 PM](https://user-images.githubusercontent.com/31556972/125473806-f6d8d4af-1ad4-4629-b3ac-9e31b9a5085c.png)...

bug

It was brought up that some journals put restrictions on legend size. So, it would be nice to also allow legend text to continue on a new line. We can...

feature request

This isn't really a bug, but I think some users might get annoyed by this. The changes I added in #512 automatically resize the tree coloring legend whenever sample/feature metadata...

feature request

This is a small weird problem that nonetheless makes the UI look weird: ![weird](https://user-images.githubusercontent.com/4177727/121762862-742b8080-caed-11eb-8a14-183abf9687a1.gif) The problem is caused by setting the barplots to something invalid (e.g. trying to use continuous...

bug
barplots

Small bug introduced by the changes in #505. As a part of this PR, the sample and feature metadata tree coloring tabs are disabled during EMPress / EMPeror animations and...

bug

Hi empress developer, Can I set the min and max value of the colorbar when I add a layer of boxplot? and how? For example, I'd like to set the...

feature request