|
a |
|
b/NAMESPACE |
|
|
1 |
# Generated by roxygen2: do not edit by hand |
|
|
2 |
|
|
|
3 |
export(combinePvalues) |
|
|
4 |
export(extractPvalues) |
|
|
5 |
export(getFeatures) |
|
|
6 |
export(getGeneMapping) |
|
|
7 |
export(getMetaboliteMapping) |
|
|
8 |
export(getMultiOmicsFeatures) |
|
|
9 |
export(getOrganisms) |
|
|
10 |
export(initOmicsDataStructure) |
|
|
11 |
export(multiGSEA) |
|
|
12 |
export(rankFeatures) |
|
|
13 |
export(rename_duplicates) |
|
|
14 |
importFrom(AnnotationDbi,select) |
|
|
15 |
importFrom(dplyr,distinct) |
|
|
16 |
importFrom(dplyr,filter) |
|
|
17 |
importFrom(dplyr,pull) |
|
|
18 |
importFrom(fgsea,fgseaMultilevel) |
|
|
19 |
importFrom(graphite,nodes) |
|
|
20 |
importFrom(graphite,pathwayDatabases) |
|
|
21 |
importFrom(graphite,pathways) |
|
|
22 |
importFrom(magrittr,"%>%") |
|
|
23 |
importFrom(metaboliteIDmapping,metabolitesMapping) |
|
|
24 |
importFrom(metap,sumlog) |
|
|
25 |
importFrom(metap,sump) |
|
|
26 |
importFrom(metap,sumz) |
|
|
27 |
importFrom(methods,is) |
|
|
28 |
importFrom(rappdirs,user_cache_dir) |
|
|
29 |
importFrom(rlang,.data) |