-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.29 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.29 KB
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
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(annotateProteinInfoFromIndra)
export(cytoscapeNetwork)
export(cytoscapeNetworkOutput)
export(deleteEdgeFromNetwork)
export(exportNetworkToHTML)
export(filterSubnetworkByContext)
export(getSubnetworkFromIndra)
export(previewNetworkInBrowser)
export(renderCytoscapeNetwork)
importFrom(grDevices,colorRamp)
importFrom(grDevices,rgb)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(r2r,hashmap)
importFrom(r2r,keys)
importFrom(r2r,query)
importFrom(rentrez,entrez_fetch)
importFrom(stats,cor)
importFrom(stats,setNames)
importFrom(stopwords,stopwords)
importFrom(text2vec,TfIdf)
importFrom(text2vec,create_dtm)
importFrom(text2vec,create_vocabulary)
importFrom(text2vec,fit_transform)
importFrom(text2vec,itoken)
importFrom(text2vec,prune_vocabulary)
importFrom(text2vec,vocab_vectorizer)
importFrom(text2vec,word_tokenizer)
importFrom(tidyr,pivot_wider)
importFrom(utils,browseURL)
importFrom(xml2,read_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)