... | ... |
@@ -376,6 +376,7 @@ BiocManager::install("StarBioTrek") |
376 | 376 |
The user can select the pathway database and species of interest using some functions implemented in graphite [@ref1] |
377 | 377 |
|
378 | 378 |
```{r, eval = TRUE} |
379 |
+library(graphite) |
|
379 | 380 |
sel<-pathwayDatabases() |
380 | 381 |
``` |
381 | 382 |
|