-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.13 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
export(EFOancestors)
export(EFOchildren)
export(EFOdescendants)
export(EFOlabels)
export(EFOparents)
export(GWCATID2PMID)
export(PubMed2GWASCAT)
export(addField2Hits)
export(getDiseaseLocation)
export(getMatchedTraits)
export(getParents)
export(getSynonyms)
export(getUberonText)
export(getVersionInfo)
export(granges_from_study)
export(gwasCatSearch_dbconn)
export(gwc_df)
export(hits2DT)
export(hits2DTGWC)
export(make_oi)
export(process_annotated)
export(query2table)
export(resources_annotated_with_term)
export(search_gwascat)
export(simple_ggmanh)
export(variants_from_study)
import(DBI)
import(DT)
import(RSQLite)
import(corpustools)
import(ggmanh)
import(rlang)
import(shiny, except=c(renderDataTable, dataTableOutput))
import(utils)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(dplyr,tbl)
importFrom(ontologyIndex,ontology_index)
importFrom(utils,data)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,sessionInfo)
importFrom(utils,write.csv)