Skip to main content

No project description provided

Project description

PORI cBioportal

build PyPi

This repository is part of the Platform for Oncogenomic Reporting and Interpretation (PORI).

This python package uses the IPR and GraphKB PORI adaptors to create PORI reports from dumps of cbioportal data.

Getting Started

Install via pip

pip install pori_cbioportal

Download Study Data

Study data should be downloaded from cbioportal, for example

wget https://cbioportal-datahub.s3.amazonaws.com/laml_tcga_pan_can_atlas_2018.tar.gz
tar -xvzf laml_tcga_pan_can_atlas_2018.tar.gz

The folder should have the variant and metadata files, for example

laml_tcga_pan_can_atlas_2018
|-- data_clinical_patient.txt
|-- data_clinical_sample.txt
|-- data_CNA.txt
|-- data_fusions.txt
|-- data_log2CNA.txt
|-- data_mutations_extended.txt
`-- data_RNA_Seq_v2_mRNA_median_all_sample_Zscores.txt

Generate Reports

This is then used to generate individual reports for all patients included in the study. Note to do this you will need access to both a GraphKB server for matching and an IPR server for upload.

pori_cbioportal laml_tcga_pan_can_atlas_2018 \
    --study_id "LAML TCGA" \
    --password $PASSWORD \
    --ipr_url https://YOUR_IPR_API_HOST/api \
    --graphkb_url https://YOUR_GRAPHKB_API_HOST/api

The loader will expect default names for the files but this can be overwritten with the other command line arguments. See the help menu for more options

pori_cbioportal --help

Getting Started (For developers)

Install

clone this repository

git clone ssh://git@svn.bcgsc.ca:7999/dat/pori_cbioportal.git
cd pori_cbioportal

create a virtual environment

python3 -m venv venv
source venv/bin/activate

install the package and its development dependencies

pip install -e .[dev]

Run the tests

pytest tests

Deployment (Publishing)

Install the deployment dependencies

pip install .[deploy]

Build the distribution files

python setup.py install sdist bdist_wheel

Upload the distibutions to the package server (-r defined in your pypirc)

twine upload -r bcgsc dist/*

Deployment (Scripts)

A buildout config is included by default which will build all console scripts defined in the package.

create a virtual environment and install buildout

python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools zc.buildout

run buildout

buildout

This will create a directory bin with the executable scripts

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

pori_cbioportal-0.1.1.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pori_cbioportal-0.1.1-py3-none-any.whl (24.5 kB view details)

Uploaded Python 3

File details

Details for the file pori_cbioportal-0.1.1.tar.gz.

File metadata

  • Download URL: pori_cbioportal-0.1.1.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pori_cbioportal-0.1.1.tar.gz
Algorithm Hash digest
SHA256 eaba38e923757996aadf25aa0b1bc9a75629c626d9031e39bcc43ad4027f5c5f
MD5 4121f273c2dbf3435ce461b803bf5950
BLAKE2b-256 27ea6e6e12e62e23b56e75d74f55eb557ca8f6fc963d9e3d28146ea01b66a2d6

See more details on using hashes here.

File details

Details for the file pori_cbioportal-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pori_cbioportal-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pori_cbioportal-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4ca801be781cbb55c7c84d3fd736f43b6e0b9a32a5bbf0c840e2b5555c949254
MD5 f48362adc640b69cc70a069ed953b9de
BLAKE2b-256 3f95b1133ab62a06751aa94ea5151a54ec733af9eb8d8be7c2a510bbd2a43215

See more details on using hashes here.

Supported by

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