Various R tools for the Bodenmiller lab
On Windows platform please install RTools first: https://cran.r-project.org/bin/windows/Rtools/
To install the latest version from the github repository, use:
if(!require(devtools)){
install.packages("devtools") # If not already installed
}
devtools::install_github("RGLab/Rtsne.multicore")
devtools::install_github('BodenmillerGroup/Rphenograph')
devtools::install_github('BodenmillerGroup/bbRtools')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.