Python packcage for caidentifying Genetic iNTeractions from combinatorial screening data.
Project description
gnt
Python package for identifying Genetic iNTeractions from combinatorial screening data.
Free software: MIT license
Documentation: https://gnt.readthedocs.io.
Tutorial
To install:
$ pip install gnt
Basic command line usage
$ gnt "https://raw.githubusercontent.com/PeterDeWeirdt/bigpapi/master/data/processed/bigpapi_lfcs.csv" example_output --control CD81 --control "HPRT intron"
Basic python usage
import gnt import pandas as pd lfcs = pd.read_csv('https://raw.githubusercontent.com/PeterDeWeirdt/bigpapi/master/data/processed/bigpapi_lfcs.csv') guide_residuals, model_info = gnt.get_guide_residuals(lfcs, ['CD81', 'HPRT intron'], scale=True) gene_scores = gnt.get_gene_residuals(guide_residuals, 'scaled_residual_z')
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2020-06-29)
First release on PyPI.
0.1.1 (2020-07-09)
Automated release
0.1.2 (2020-07-09)
Travis bug fix
0.2.0 (2020-07-13)
Add columns to guide and gene output for base LFC of pairs
Check inputs, removing guides without the right number of pairs or control pairs
0.2.1 (2020-07-13)
Update basic usage notebook
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 gnt-0.2.1.tar.gz
.
File metadata
- Download URL: gnt-0.2.1.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28d90dd46d1de1993d4653aa090d0eb7a816aaae9784df35664dc13c2f3a1846 |
|
MD5 | cdbc47d88635e001638cd801639a1d60 |
|
BLAKE2b-256 | d946bca72efd929ed524a41c9d609bce21f20c778bb7353ce2c114d8accfd1fb |
File details
Details for the file gnt-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: gnt-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1bb385a20f63a683254eef10487e86b744f405a5fce2b910c75a24439d601f2 |
|
MD5 | 4af00ca568fd9722bda2bd3d82255e3b |
|
BLAKE2b-256 | e448d13037b521b1a8f5a9f1828644a8ed8ef3f4ede0389698d8a7d01339fa3b |