patrick-miller / cancer-data

TCGA data acquisition and processing for Project Cognoma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancer data acquisition and processing for Project Cognoma

This is a mixed notebook and data repository for retrieving cancer data for Project Cognoma. Currently, all data is from the TCGA Pan-Cancer collection of the UCSC Xena Browser.

Workflow

The data acquisition and analysis is executing by running Jupyter notebooks in the following order:

  1. 1.TCGA-download.ipynb — download and compress TCGA datasets.

The execute.sh script installs and activates the conda environment and then executes the notebooks in order. Run with the command bash execute.sh from the repository's root directory.

Directories

The repository contains the following directories:

  • download — contains files retrieved from an external location whose content is unmodified. Downloaded files are currently not tracked due to large file size, although associated metadata files are tracked for versioning.
  • data — contains generated datasets. The complete matrix files are not currently tracked due to file size, but randomly-subsetted versions are available for development use (see data/subset).

Download

DOI: 10.6084/m9.figshare.3487685

The complete datasets created by this repository (data/expression-matrix.tsv.bz2 and data/mutation-matrix.tsv.bz2) are uploaded to figshare. Since this is a manual process, check the figshare REFERENCES section to see which commit these datasets derive from. In other words, the latest version on figshare may lag behind this repository.

Environment

This repository uses conda to manage its environment, which is named cognoma-cancer-data. The required packages and versions are listed in environment.yml. If as a developer, you require an additional package, add it to environment.yml.

License

This repository is dual licensed as BSD 3-Clause and CC0 1.0, meaning any repository content can be used under either license. This licensing arrangement ensures source code is available under an OSI-approved License, while non-code content — such as figures, data, and documentation — is maximally reusable under a public domain dedication.

About

TCGA data acquisition and processing for Project Cognoma

License:Other


Languages

Language:Jupyter Notebook 93.9%Language:Python 6.0%Language:Shell 0.1%