Skip to content
#

phylogeny

Here are 95 public repositories matching this topic...

fedarko
fedarko commented Aug 12, 2021

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):

var fmIdx = _.indexOf(this._featureMetadataColumns, cat);
if (fmIdx < 0) {
    throw 'Feature metadata column "' + cat + '" not present in data.';
}

It'd be nice to just make a convenience function for this:

``

Improve this page

Add a description, image, and links to the phylogeny topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phylogeny topic, visit your repo's landing page and select "manage topics."

Learn more