Docker image with R, libraries, and data files required by the DREIMT application (www.dreimt.org).
182
r-dreimt-scripts Docker imageThe DREIMT r-dreimt-scripts Docker image contains:
Each image is tagged with the database version used to build it.
The following examples show how to analyze an input file named signature.gmt or geneset.gmt placed in the current working directory.
docker run --rm -it -v $(pwd):$(pwd) singgroup/r-dreimt-scripts:v20200516 Rscript /opt/dreimt/dreimt/src/DrugAssociation/Dreimt_UPDN_tau_UserQuery.R $(pwd)/signature.gmt /opt/dreimt/resources/D1_short_t_matrix_12434_4690_LINCS.rds /opt/dreimt/resources/sig_id_table_LINCS_short.tsv 500 2 /opt/dreimt/resources/DBprecalculated.Coordinated.ES.SIG.rds /opt/dreimt/resources/Normalized_ES_SIG.rds $(pwd)/results-cmap-signature
docker run --rm -it -v $(pwd):$(pwd) singgroup/r-dreimt-scripts:v20200516 Rscript /opt/dreimt/dreimt/src/DrugAssociation/Dreimt_UP_tau_UserQuery.R $(pwd)/geneset.gmt /opt/dreimt/resources/D1_short_t_matrix_12434_4690_LINCS.rds /opt/dreimt/resources/sig_id_table_LINCS_short.tsv 500 2 /opt/dreimt/resources/DBprecalculated.Coordinated.ES.GS.rds /opt/dreimt/resources/Normalized_ES_GS.rds $(pwd)/results-cmap-geneset
docker run --rm -it -v $(pwd):$(pwd) singgroup/r-dreimt-scripts:v20200516 Rscript /opt/dreimt/dreimt/src/SignatureComparison/Hypergeom_Sig.R $(pwd)/signature.gmt /opt/dreimt/resources/D1geneUniverse.rds /opt/dreimt/resources/Dreimt_Genesets_clean.gmt TRUE $(pwd)/results-jaccard-signature
docker run --rm -it -v $(pwd):$(pwd) singgroup/r-dreimt-scripts:v20200516 Rscript /opt/dreimt/dreimt/src/SignatureComparison/Hypergeom_GS.R $(pwd)/geneset.gmt /opt/dreimt/resources/D1geneUniverse.rds /opt/dreimt/resources/Dreimt_Genesets_clean.gmt TRUE $(pwd)/results-jaccard-geneset
Content type
Image
Digest
Size
2.4 GB
Last updated
almost 6 years ago
docker pull singgroup/r-dreimt-scripts:v20200914