-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (43 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export(MetAlyzer_dataset)
export(aggregatedData)
export(calculate_anova)
export(calculate_cv)
export(calculate_log2FC)
export(example_extraction_data)
export(example_meta_data)
export(example_mutation_data_xl)
export(exportConcValues)
export(filterMetaData)
export(filterMetabolites)
export(log2FC)
export(metalyzer_colors)
export(pathway)
export(plot_log2FC)
export(plot_network)
export(plotly_network)
export(plotly_scatter)
export(plotly_vulcano)
export(polarity)
export(renameMetaData)
export(summarizeConcValues)
export(summarizeQuantData)
export(updateMetaData)
import(SummarizedExperiment)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(limma)
import(viridis)
import(viridisLite)
importFrom(data.table,":=")
importFrom(plotly,add_annotations)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(rlang,.data)
importFrom(stats,aov)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(tibble,deframe)
importFrom(tibble,rownames_to_column)