Python package for calculating scores from ancnchor or modifier screens
Project description
anchors
Python package for calculating scores from ancnchor or modifier screens
Free software: MIT license
Documentation: https://anchors.readthedocs.io.
Tutorial
To install:
$ pip install anchors
Basic Usage
import pandas as pd
from anchors import get_guide_residuals, get_gene_residuals
lfc_df = pd.read_csv('https://raw.githubusercontent.com/PeterDeWeirdt/anchor_screen_parp_lfcs/master/parp_example_lfcs.csv')
refernce_condition_df = pd.read_csv('https://raw.githubusercontent.com/PeterDeWeirdt/anchor_screen_parp_lfcs/master/parp_example_mapping.csv')
guide_residuals, model_info, model_fit_plots = get_guide_residuals(lfc_df, refernce_condition_df)
guide_mapping_df = pd.read_csv('https://raw.githubusercontent.com/PeterDeWeirdt/anchor_screen_parp_lfcs/master/brunello_guide_map.csv')
gene_residuals = get_gene_residuals(guide_residuals, guide_mapping_df)
Features
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2020-09-21)
First release on PyPI.
0.3.0 (2020-09-21)
Calculate guide and gene residuals.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anchors-0.3.1.tar.gz.
File metadata
- Download URL: anchors-0.3.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a3b724b5985955c68d29cadf5d666865b2526eac6a9f234959457e99a0a2ccb
|
|
| MD5 |
2f5df574d72fb5c7d0287bed13ef93c1
|
|
| BLAKE2b-256 |
97b368d2af68b5a39a9c228cb2309f10d8b93a4118dfe8aca9f265bfb73539cd
|
File details
Details for the file anchors-0.3.1-py2.py3-none-any.whl.
File metadata
- Download URL: anchors-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a21178f6a4f342178f79c1e379e9c55af498a02621de0f94f0537d99a12d497a
|
|
| MD5 |
59d48dbbbab35311abbaf58d51debb0f
|
|
| BLAKE2b-256 |
c7d08d00d3e1b35a1d7e16191e6cfe7b8c6f6192cbabd2f8c20b3dc321c7def6
|