Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.62 KB

Geneweaver - Boolean Algebra Tool

Tests Style Coverage

The Boolean Algebra Tool performs basic set operations on at least two Gene Sets. Results are displayed as lists of genes belonging to one of the three different types of set operations: Union, Intersect, and Symmetric Difference. Furthermore, results allow users to quickly determine new relationships between Gene Sets and create a new Gene Set based on set-derived findings.

Installation

From PyPI

pip

pip install geneweaver-boolean-algebra

poetry

poetry add geneweaver-boolean-algebra

From Source

Installing from source requires python 3.9 and poetry.

git clone [email protected]:TheJacksonLaboratory/geneweaver-boolean-algebra.git
cd geneweaver-boolean-algebra
poetry install

Usage

See usage example in Geneweaver Docs.