...
|
...
|
@@ -377,12 +377,12 @@ The user can select the pathway database and species of interest using some func
|
377
|
377
|
|
378
|
378
|
```{r, eval = TRUE}
|
379
|
379
|
library(graphite)
|
380
|
|
-pathwayDatabases()
|
|
380
|
+sel<-pathwayDatabases()
|
381
|
381
|
```
|
382
|
382
|
|
383
|
383
|
```{r, eval = TRUE, echo = FALSE}
|
384
|
384
|
knitr::kable(sel, digits = 2,
|
385
|
|
- caption = "List of patwhay database and species",row.names = FALSE)
|
|
385
|
+ caption = "List of patwhay databases and species",row.names = FALSE)
|
386
|
386
|
```
|
387
|
387
|
|
388
|
388
|
## `GetData`: Searching pathway data for download
|