Skip to main content

A cancer data integration package

Project description

Documentation Status DOI Dataverse

Package Installation

CanDI is now available on PyPI and can be installed with pip:

pip install CanDI

___ For the latest version (development version) install from GitHub:

pip install git+https://github.com/GilbertLabUCSF/CanDI.git

Prepare Datasets

The python command from CanDI will automatically download and modify datasets.

python CanDI/CanDI/setup/install.py

Downloaded and formatted datasets would organize this way:

.
├── config.ini # modified after Installation
├── depmap
│   ├── CCLE_expression.csv
│   ├── CCLE_fusions.csv
│   ├── CCLE_gene_cn.csv
│   ├── CCLE_mutations.csv
│   ├── CCLE_RNAseq_reads.csv
│   ├── CRISPR_gene_dependency.csv
│   ├── CRISPR_gene_effect.csv
│   └── sample_info.csv
├── genes
│   └── gene_info.csv
└── locations
    └── merged_locations.csv

Package Usage

Import CanDI into python

from CanDI import candi

CanDI Objects

  • data : Container for all candi datasets. All access to datasets go through data object.

  • Gene : Provides cross dataset indexing from the gene perspective.

  • CellLine : Provides cross dataset indexing from the cell line perspective.

  • Cancer : Provides cross dataset indexing by a group of cell lines that are all the same tissue.

  • Organelle: Provides cross dataset indexing for a group of genes whose proteins localize to the same organelle.

  • CellLineCluster : Provides cross dataset indexing for a group of user defined cell lines.

  • GeneCluster : Provides cross dataset indexing for a group of user defined genes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PyCanDI-0.1.1-py2.py3-none-any.whl (20.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