All Projects → biocore → gneiss

biocore / gneiss

Licence: BSD-3-Clause license
compositional data analysis toolbox

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gneiss

gtree
Output tree🌳 or Make directories📁 from #Markdown or Programmatically. Provide CLI, Golang library and Web (using #Wasm ).
Stars: ✭ 88 (+83.33%)
Mutual labels:  tree
DrawRacket4Me
DrawRacket4Me draws trees and graphs from your code, making it easier to check if the structure is what you wanted.
Stars: ✭ 43 (-10.42%)
Mutual labels:  tree
ctl
My variant of the C Template Library
Stars: ✭ 105 (+118.75%)
Mutual labels:  tree
android-thinkmap-treeview
Tree View; Mind map; Think map; tree map; custom view; 自定义;关系图;树状图;思维导图;组织机构图;层次图
Stars: ✭ 314 (+554.17%)
Mutual labels:  tree
OmicLearn
🧪 🖥 Transparent exploration of machine learning for biomarker discovery from proteomics and omics data
Stars: ✭ 46 (-4.17%)
Mutual labels:  omics
merkle-patricia-tree
☔️🌲 A fast, in-memory optimized merkle patricia tree
Stars: ✭ 22 (-54.17%)
Mutual labels:  tree
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-62.5%)
Mutual labels:  tree
Low Poly Procedural Trees and Vegetations Project
No description or website provided.
Stars: ✭ 14 (-70.83%)
Mutual labels:  tree
kvstore
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
Stars: ✭ 88 (+83.33%)
Mutual labels:  tree
multitax
Python package to obtain, parse and explore biological taxonomies (GTDB, NCBI, Silva, Greengenes, OTT)
Stars: ✭ 22 (-54.17%)
Mutual labels:  tree
LoveTree
🌴爱情树,将相爱的时刻永远珍藏 (微信,QQ可完美查看)https://ajlovechina.github.io/LoveTree/
Stars: ✭ 295 (+514.58%)
Mutual labels:  tree
service-tree
[ABANDONED] A tree that stores services in its node for a given key, and allows traversing them.
Stars: ✭ 33 (-31.25%)
Mutual labels:  tree
svelte-mindmap
Svelte component for MindMap
Stars: ✭ 122 (+154.17%)
Mutual labels:  tree
BBob
⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies
Stars: ✭ 133 (+177.08%)
Mutual labels:  tree
dd-algorithm-examples
Code Snippets of DataStructure & Algorithm & LeetCode Implementations/Solutions for Several Programming Language: Java, JavaScript, Go, Python, Rust, etc. 💫 多语言版本的数据结构与算法实现分析
Stars: ✭ 33 (-31.25%)
Mutual labels:  tree
vscode-gcode-syntax
G Code Language Extension for Visual Studio Code. Turn VSCode into a fully capable G-Code editor, including language support & more.
Stars: ✭ 59 (+22.92%)
Mutual labels:  tree
immutable-gametree
An immutable game tree data type.
Stars: ✭ 18 (-62.5%)
Mutual labels:  tree
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (+75%)
Mutual labels:  tree
pyrser
A PEG Parsing Tool
Stars: ✭ 32 (-33.33%)
Mutual labels:  tree
github-pr-diff-tree
🌲 This action provide a comment that displays the diff of the pull request in a tree format.
Stars: ✭ 31 (-35.42%)
Mutual labels:  tree

gneiss

Build Status Coverage Status Gitter

Canonically pronouced nice

gneiss is a compositional data analysis and visualization toolbox designed for analyzing high dimensional proportions. See here for API documentation.

Note that gneiss is not compatible with python 2, and is compatible with Python 3.4 or later. gneiss is currently in alpha. We are actively developing it, and backward-incompatible interface changes may arise.

Installation

To install this package, it is recommended to use conda. First make sure that the appropriate channels are configured.

conda config --add channels https://conda.anaconda.org/bioconda
conda config --add channels https://conda.anaconda.org/biocore
conda config --add channels https://conda.anaconda.org/qiime2
conda config --add channels https://conda.anaconda.org/qiime2/label/r2017.6

Then gneiss can be installed in a conda environment as follows

conda create -n gneiss_env gneiss

To install the most up to date version of gneiss, run the following command

pip install git+https://github.com/biocore/gneiss.git

Tutorials

Qiime2 tutorials

Python tutorials

If you use this software package in your own publications, please cite it at

Morton JT, Sanders J, Quinn RA, McDonald D, Gonzalez A, Vázquez-Baeza Y, 
Navas-Molina JA, Song SJ, Metcalf JL, Hyde ER, Lladser M, Dorrestein PC, 
Knight R. 2017. Balance trees reveal microbial niche differentiation. 
mSystems 2:e00162-16. https://doi.org/10.1128/mSystems.00162-16.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].