Skip to main content

Data Commons for functional genomics screens in differentiated human cell types

Project description

This is the official package to access to metadata and data of CRISPRbrain screens.

CRISPRbrain is a Data Commons for functional genomics screens in differentiated human cell types. Its goal is to organize and standardize results from such screens carried out by different research groups, and to enable users to explore, visualize, and compare them. CRISPRbrain complements Data Commons focused on screens in cancer cell lines for survival-related phenotypes, such as the Cancer Dependency Map.

CRISPRbrain is an open-access, cloud-based platform striving to make data and code easily accessible to the scientific community enabling scientific transparency and replication #OpenScience.

CRISPRbrain is developed by the scientists and engineers at the Kampmann Lab (UCSF) and Data Tecnica International. CRISPRbrain is funded by the Center for Alzheimer’s and Related Dementias (CARD) of the National Institutes of Health (NIH) under Award Number ZO1 AG000534-02, and by NIH/NIA grant R01 AG062359. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Installation

pip install crisprbrain

Usage

import crisprbrain

# Initialize the CRISPRbrain API Client
client = crisprbrain.Client()

# List Available Screens
print("Available Screens are:", str.join(", ", client.screens.keys()))

# Access a Screen
screen = client.screens["Glutamatergic Neuron-Survival-CRISPRi"]
screen_type = screen.metadata["Screen Type"]
print(screen_type, "RNA-seq")

# Access the Screen Data
df = screen.to_data_frame()
print(df.describe())

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

crisprbrain-0.6.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

crisprbrain-0.6.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded 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