Generates mRNAsi from PMID: 29625051
184
The code reproduces mRNA-based stemness indices (mRNAsi) from "Machine Learning Identifies Stemness Features Associated with Oncogenic Dedifferentiation" by Malta, Sokolov, et al.
Prerequisites:
Download all relevant data with
docker run --rm -v "$PWD":/data artemsokolovdh/pancanstem /app/get-data.R <Synapse Username> '<Synapse Password>'
where
--rm will clean up the container after it finishes running-v "$PWD":/data makes the current working directory to be /data/ inside the containerartemsokolovdh/pancanstem is the container, currently hosted on DockerHub/app/get-data.R can be found in this GitHub repo<Synapse Password> must be enclosed by quotes to ensure that special characters are handled properlyOnce the script finishes, you will find two folders, PCBC and PanCan33, containing downloaded data. From here, the stemness signature and indices can be generated by running
docker run --rm -v "$PWD":/data artemsokolovdh/pancanstem /app/main.R
Content type
Image
Digest
Size
917.6 MB
Last updated
over 5 years ago
docker pull artemsokolovdh/pancanstem