Skip to main content

Python package for calculating scores from ancnchor or modifier screens

Project description

anchors

https://img.shields.io/pypi/v/anchors.svg https://img.shields.io/travis/gpp-rnd/anchors.svg Documentation Status

Python package for calculating scores from ancnchor or modifier screens

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

anchors-0.3.1.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

anchors-0.3.1-py2.py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page