library(DT) library("DeepGenomeScan") f <- system.file('extdata',package='DeepGenomeScan') infile <- file.path(f, "GenomeScan_Model_list.csv") model_info=read.csv(infile)
The models below are available in DeepGenomeScan
.
datatable(model_info, rownames = FALSE, style = "bootstrap", colnames = c("Model", "`method` Value", "Type", "Libraries", "Tuning Parameters"), options = list(lengthMenu = c(nrow(model_info), 5, 10, 15, 20), scrollX = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.