Nothing
The goal of PLORN is to provide the functions to construct a prediction model of environments using noisy omics data linked with the environments based on PLORN algorithm.
You can install the development version of PLORN from GitHub with: #install.packages(“devtools”) devtools::install_github(“takakoizumi/PLORN”)
install.packages(“PLORN”) library(PLORN) # basic example code data(Pinus) x.train <- Pinus[[1]] x.test <- Pinus[[2]] y <- Pinus[[3]] cor(y, plorn(x.train, y, newx = x.test, n.pred = 100))
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.