Skip to content

Commit 7589772

Browse files
committed
Added sidebar to vignette for navigation
1 parent 3cb772e commit 7589772

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vignettes/BugSigDBStats.Rmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ vignette: >
66
date: '`r format(Sys.Date(), "%B %e, %Y")`'
77
output:
88
html_document:
9-
mathjax: null
9+
mathjax: null
10+
toc: true
11+
toc_float: true
1012
---
1113

1214
# Setup
@@ -45,7 +47,7 @@ length(pmids)
4547
nrow(full.dat)
4648
```
4749

48-
Publication date of the curated papers:
50+
## Publication date of the curated papers:
4951

5052
```{r pubDate}
5153
pmids <- pmids[!is.na(pmids)]
@@ -77,7 +79,7 @@ Papers containing only empty UP and DOWN signatures (under curation?):
7779
setdiff(pmids, unique(dat[,"PMID"]))
7880
```
7981

80-
Progress over time:
82+
## Progress over time:
8183
```{r, fig.width=10, fig.height=10}
8284
dat[,"Curated date"] <- as.character(lubridate::dmy(dat[,"Curated date"]))
8385
plotProgressOverTime(dat)

0 commit comments

Comments
 (0)