Skip to content

Code for the PeerJ paper (colocr: an R package for conducting co-localization analysis on fluorescence microscopy images)

License

Notifications You must be signed in to change notification settings

BCMSLab/colocrart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colocrart

A manuscript about the color R package

cregart

A manuscript about the colocr R package which is part of the rOpenSci now.

Setting up the docker environment

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

Obtaining the source code

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

Generating figures and tables

The script to generate the figures and tables in the manuscirpt can be run through Rscript

$ cd colocrart
$ Rscript script.R

Details of the R environment

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.

More

About

Code for the PeerJ paper (colocr: an R package for conducting co-localization analysis on fluorescence microscopy images)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages