"The Complete Antibody Library"
Project description
Sequencing Analysis and Data Library for Immunoinformatics Exploration
About
Documentation: https://sadie.jordanrwillis.com
Source Code: https://github.com/jwillis0720/sadie
Colab: https://colab.research.google.com/github/jwillis0720/sadie
SADIE is the Sequencing Analysis and Data library for Immunoinformatics Exploration. The key feautures include:
-
Provide pre-built command line applications for popular immunoinformatics applications.
-
Provide a low-level API framework for immunoinformatics developers to build higher level tools.
-
Provide a testable and reusable library that WORKS!
-
Provide a customizable and verified germline reference library.
-
Maintain data formats consistent with standards governed by the AIRR community
-
Portability ready to use out the box.
SADIE is billed as a "complete antibody library", not because it aims to do everything, but because it aims to meet the needs of all immunoinformatics users. SADIE contains both low, mid and high level functionality for immunoinformatics tools and workflows. You can use SADIE as a framework to develop your own tools, use many of the prebuilt contributed tools, or run it in a notebook to enable data exploration. In addition, SADIE aims to port all code to python because relies heavily on the Pandas library, the workhorse of the data science/machine learning age.
Installation
Installation is handled using the python package installer pip
$ pip install sadie-antibody
Development installation.
Pull requests are highly encouraged here. The development installation uses pre-commit, flake8 linting and black style formatting to maintain code readability and reausability.
$ git clone git@github.com/jwillis0720/sadie.git
$ pip install poetry
$ poetry install --with dev
Quick Usage
Consult the documentation for complete usage. Or checkout our Colab notebook
Command Line Usage
Annotate antibody sequences only from functional human imgt antibodies to a gzip output
$ sadie airr my_sequence.fasta
API
from sadie.airr import Airr
# define a single sequence
pg9_seq = """
CAGCGATTAGTGGAGTCTGGGGGAGGCGTGGTCCAGCCTGGGTCGTCCCTGAGACTCTCCTGTGCAGCGT
CCGGATTCGACTTCAGTAGACAAGGCATGCACTGGGTCCGCCAGGCTCCAGGCCAGGGGCTGGAGTGGGT
GGCATTTATTAAATATGATGGAAGTGAGAAATATCATGCTGACTCCGTATGGGGCCGACTCAGCATCTCC
AGAGACAATTCCAAGGATACGCTTTATCTCCAAATGAATAGCCTGAGAGTCGAGGACACGGCTACATATT
TTTGTGTGAGAGAGGCTGGTGGGCCCGACTACCGTAATGGGTACAACTATTACGATTTCTATGATGGTTA
TTATAACTACCACTATATGGACGTCTGGGGCAAAGGGACCACGGTCACCGTCTCGAGC""".replace(
"\n", ""
)
# initialize the api
air_api = Airr("human")
# run single sequence string
airr_table = air_api.run_single("PG9", pg9_seq)
License
- Copyright © Jordan R. Willis, Troy M. Sincomb & Caleb K. Kibet
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sadie_antibody-1.0.6.tar.gz
.
File metadata
- Download URL: sadie_antibody-1.0.6.tar.gz
- Upload date:
- Size: 61.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Linux/6.2.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f663ab76b3d6c83bebfff3dfc0819115094096c44edf4301ff2415340d01e286 |
|
MD5 | 1540edd12af77162a471f9394a05de46 |
|
BLAKE2b-256 | 18ee4a62f8c9f1a21e1ceef7169a790a5263a1ae8fa909e0958f18f3b58ffa0e |
File details
Details for the file sadie_antibody-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: sadie_antibody-1.0.6-py3-none-any.whl
- Upload date:
- Size: 61.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Linux/6.2.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b0add4a6bb869ab057abf2efd01f8652a57c27bf2c7ce72399833b228908c67 |
|
MD5 | 9b44989b2dff44671eb3fd02718b3fc1 |
|
BLAKE2b-256 | 088ef5092381cab2eda2aaeb52ef3433cb870556e5c03449a8688df5fdb35bbf |