Skip to content

Commit

Permalink
Adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsalex committed Nov 15, 2023
1 parent bf19f31 commit d7d8e46
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Geneweaver - Boolean Algebra Tool

[![Tests](https://github.com/TheJacksonLaboratory/geneweaver-boolean-algebra/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/TheJacksonLaboratory/geneweaver-boolean-algebra/actions/workflows/tests.yml)
[![Style](https://github.com/TheJacksonLaboratory/geneweaver-boolean-algebra/actions/workflows/style.yml/badge.svg?event=push)](https://github.com/TheJacksonLaboratory/geneweaver-boolean-algebra/actions/workflows/style.yml)
[![Coverage](https://github.com/TheJacksonLaboratory/geneweaver-boolean-algebra/actions/workflows/coverage.yml/badge.svg?event=push)](https://github.com/TheJacksonLaboratory/geneweaver-boolean-algebra/actions/workflows/coverage.yml)

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
```bash
pip install geneweaver-boolean-algebra
```

#### poetry
```bash
poetry add geneweaver-boolean-algebra
```

### From Source

Installing from source requires python 3.9 and [poetry](https://python-poetry.org/).

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

## Usage

See usage example in [Geneweaver Docs](https://thejacksonlaboratory.github.io/geneweaver-docs/tutorial/nci_60_example_01/#run-a-genweaver-tool-locally).

0 comments on commit d7d8e46

Please sign in to comment.