dtangle cell type deconvolution from genomics data
1.2K
This docker image reproduces analysis described in our dtangle paper. There are several ways one can use this:
docker run -it --rm --mount type=bind,source=$(pwd),destination=/output/ gjhunt/dtangle make plots
docker run -it --rm --mount type=bind,source=$(pwd),destination=/output/ gjhunt/dtangle make analysis
docker run --name dtangle-tmp gjhunt/dtangle /bin/true
docker cp dtangle-tmp:dtangle_analysis .
docker cp dtangle-tmp:dtangle_0.3.1.tar.gz .
docker cp dtangle-tmp:dtangle.data_0.3.5.tar.gz .
docker cp dtangle-tmp:makefile .
docker rm -v dtangle-tmp
Content type
Image
Digest
Size
1.5 GB
Last updated
almost 8 years ago
docker pull gjhunt/dtangle