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
Release files for gnt 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gnt-0.2.0.tar.gz | 17.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gnt-0.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 26.4 kB
Release files / gnt-0.2.0.tar.gz
| Download URL | gnt-0.2.0.tar.gz |
|---|---|
| Size | 17.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86e6855db0b69ef5baeacff0f07e7bac06fa192170f1076a00eaba24f63d69b7
|
|
BLAKE2b-256 checksum How to use checksums |
b16c91b415454de9be3af085c174167db9b55fe0a198c23ad75d63fbb456f40f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / gnt-0.2.0-py2.py3-none-any.whl
| Download URL | gnt-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
8b888a0c9a752b26337cb92523c1ae4058735a680c084bf373a96996eb74243d
|
|
BLAKE2b-256 checksum How to use checksums |
f1dd9bbf2afcdf5d04fd6ea6a69a9c0398843f15136549764003f3cdeb21af33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|