-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 979 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
38
39
# Generated by roxygen2: do not edit by hand
export(ORA_hypergeometric)
export(compare_dynamics)
export(compare_metabolites)
export(diagnostics_dynamics)
export(estimates_dynamics)
export(fit_dynamics_model)
export(get_ORA_annotations)
export(heatmap_dynamics)
export(heatmap_metabolites)
export(plot_ORA)
export(plot_PPC)
export(plot_diagnostics)
export(plot_estimates)
import(Rcpp)
import(SummarizedExperiment)
import(dplyr)
import(ggplot2)
import(methods)
import(stringr)
import(tidyr)
importFrom(KEGGREST,keggGet)
importFrom(KEGGREST,keggList)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,rowData)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(rstantools,rstan_config)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rhyper)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,combn)
useDynLib(MetaboDynamics)