For most users, the easiest way to install COHCAP is to use the Bioconductor Release Branch:
https://www.bioconductor.org/packages/release/bioc/html/COHCAP.html
However, if you are trying to use some functions in the development version and are having issues installing the development version of COHCAP, you can try directly installing from this location using devtools:
If you haven't already installed devtools, you can install the package from CRAN using install.packages("devtools")
. Once installed, you can run the following commands:
R
library("devtools")
devtools::install_github("cwarden45/COHCAP")
If you ever need to verbally describe COHCAP, it is pronounced "co-cap."
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.