Sign inSign up

tumordeconv/prot-data

By tumordeconv

Updated almost 3 years ago

Collects protein data

Image
0

3.9K

tumordeconv/prot-data repository overview

Proteomics Module

This module enables the collection of proteomics patient data using the cptac Python package to collect mRNA data for one of six available cancer types. This module includes the following:

File nameDescription
getAllDatasets.pyThis script is run within the Docker build process to get all datasets into the Python environment
protDataSetsCLI.pyThis script is the primary tool to pull a specific cancer data type
DockerfileThis file contains the two scripts above and the cptac Python package
prot-data-cwl-tool.cwlThis is a CWL tool to run the Docker image with the command line tool

To run

There are three ways to get proteomics data, depending on your environment. Each one should output a file.tsv in your local directory

If you have Python and cptac installed

Simply run the command

python getAllDatasets.py
python protDataSetsCLI.py --cancerType=brca

If you have Docker installed

Then you can run the command via the docker interactive mode

docker build . -t prot-module
docker run --volume $PWD:/tmp -ti prot-module python /bin/protDataSetsCLI.py --cancerType=brca
If you have Docker and a CWL engine

Here we have an example using the cwl-tool engine, but this should run any other engine as well.

cwl-tool prot-data-cwl-tool.cwl --cancerType brca

If using alongside another CWL implementation (like toil-cwl-runner or arvados-cwl-runner), you can install then run with cwltool:

pip install cwltool
cwltool prot-data-cwl-tool.cwl --cancerType brca

Cancer types

Dataset nameDescriptionData reuse statusPublication link
Brcabreast cancerno restrictionshttps://pubmed.ncbi.nlm.nih.gov/33212010/
Ccrccclear cell renal cell carcinoma (kidney)no restrictionshttps://pubmed.ncbi.nlm.nih.gov/31675502/
Coloncolorectal cancerno restrictionshttps://pubmed.ncbi.nlm.nih.gov/31031003/
Endometrialendometrial carcinoma (uterine)no restrictionshttps://pubmed.ncbi.nlm.nih.gov/32059776/
Gbmglioblastomano restrictionshttps://pubmed.ncbi.nlm.nih.gov/33577785/
Hnscchead and neck squamous cell carcinomano restrictionshttps://pubmed.ncbi.nlm.nih.gov/33417831/
**Lscclung squamous cell carcinomapassword access onlyunpublished**
Luadlung adenocarcinomano restrictionshttps://pubmed.ncbi.nlm.nih.gov/32649874/
Ovarianhigh grade serous ovarian cancerno restrictionshttps://pubmed.ncbi.nlm.nih.gov/27372738/
**Pdacpancreatic ductal adenocarcinomapassword access onlyunpublished**

Tag summary

Content type

Image

Digest

sha256:7d6363e29

Size

456.4 MB

Last updated

almost 3 years ago

docker pull tumordeconv/prot-data