A manuscript about the color R package
A manuscript about the colocr R package which is part of the rOpenSci now.
The analysis was run on a docker image based on the the latest rocker/verse. Other R packages were added to the image and were made available as an image that can be obtained and launched on any local machine running docker.
$ docker pull bcmslab/colocr:latest
$ docker run -it bcmslab/colocr:latest bash
The source code is hosted publicly on this repository in a form of research compendium. This includes the scripts to reproduce the figures and tables in this manuscript. From within the container, git can be used to clone the source code.
The following code clones the repository containing the source code.
$ git clone http://github.com/BCMSLab/colocrart
The script to generate the figures and tables in the manuscirpt can be run through Rscript
$ cd colocrart
$ Rscript script.R
The version of R that was used to perform this analysis is the 3.5.0 (2018-04-23) on x86\_64-pc-linux-gnu
.