forked from datapplab/SBGNview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 769 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
S3method("+",SBGNview)
S3method(print,SBGNview)
export("outputFile<-")
export(SBGNview)
export(changeDataId)
export(changeIds)
export(downloadSbgnFile)
export(findPathways)
export(highlightArcs)
export(highlightNodes)
export(highlightPath)
export(loadMappingTable)
export(outputFile)
export(renderSbgn)
export(sbgn.gsets)
export(sbgnNodes)
import(KEGGREST)
import(Rdpack)
import(SBGNview.data)
import(grDevices)
import(httr)
import(igraph)
import(knitr)
import(methods)
import(pathview)
import(rmarkdown)
import(rsvg)
import(utils)
import(xml2)
importFrom(AnnotationDbi,columns)
importFrom(AnnotationDbi,select)
importFrom(SummarizedExperiment,assays)
importFrom(stats,median)
importFrom(stats,runif)
importFrom(stats,var)