Nothing
library(dplyr)
load('./tests/testthat/fixtures/UrbanRandomSubset.rda')
GeneSelectR::configure_environment()
GeneSelectR::set_reticulate_python()
X <- UrbanRandomSubset %>% dplyr::select(-treatment)
y <- UrbanRandomSubset %>% dplyr::select(treatment)
y <- as.factor(y$treatment)
y <- as.integer(y)
res <- GeneSelectR(X,y)
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.