To install flowR, you will need R version 3.6.1 or later
If you use windows 10, you can get R-3.6.1 and Rstudio using the 'Centre Logiciel':
Now we need to create a R library folder with read/write permissions. To do that using R studio, type in the console :
dir.create("C:/Temp/R_library") cat(".libPaths('C:/Temp/R_library')\n", file = paste0(getwd(), "/.Rprofile"))
Now close and restart Rstudio.
By default, all your packages will be saved in C:/Temp/R_library
.
setwd("C:/Temp/R_library")
install.packages("devtools") devtools::install_github("VoisinneG/flowR")
Load flowR package and run
library(flowR) run_flowR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.