Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghuq authored Nov 13, 2020
1 parent 9564bd7 commit e24ab99
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 217 deletions.
21 changes: 21 additions & 0 deletions docs/DeepGenomeScan_model_list.rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

```{r library, include=FALSE}
library(DT)
library("DeepGenomeScan")
f <- system.file('extdata',package='DeepGenomeScan')
infile <- file.path(f, "GenomeScan_Model_list.csv")
model_info=read.csv(infile)
```

# Available Models

The models below are available in `DeepGenomeScan`.

```{r list_table, echo = FALSE}
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))
```
4 changes: 2 additions & 2 deletions docs/articles/Activation_functions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e24ab99

Please sign in to comment.