Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

TCGA data acquisition and processing for Project Cognoma

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE-BSD.md
CC0-1.0
LICENSE-CC0.md
NotificationsYou must be signed in to change notification settings

cognoma/cancer-data

Repository files navigation

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

Workflow

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

Theexecute.sh script executes the notebooks in order.After installing and activating theenvironment, run with the commandbash 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.Large downloaded files are tracked using Git LFS.Associated metadata files are also retained 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 (seedata/subset).

Download

DOI: 10.6084/m9.figshare.3487685

The complete datasets created by this repository (data/expression-matrix.tsv.bz2 anddata/mutation-matrix.tsv.bz2) are uploaded tofigshare.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 usesconda to manage its environment, which is namedcognoma-cancer-data.The required packages and versions are listed inenvironment.yml.If as a developer, you require an additional package, add it toenvironment.yml.

The following commands install and activate the environment:

# Create or overwrite the cognoma-cancer-data conda environmentconda env create --file=environment.yml# Activate the conda environment (assumes conda >= 4.4)conda activate cognoma-cancer-data

License

This repository is dual licensed asBSD 3-Clause andCC0 1.0, meaning any repository content can be used under either license.This licensing arrangement ensures source code is available under anOSI-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

Topics

Resources

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE-BSD.md
CC0-1.0
LICENSE-CC0.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp