-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
79 lines (78 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
export(LFQ)
export(TMT)
export(add_rejections)
export(analyze_dep)
export(filter_missval)
export(filter_proteins)
export(get_df_long)
export(get_df_wide)
export(get_prefix)
export(get_results)
export(get_suffix)
export(import_IsobarQuant)
export(import_MaxQuant)
export(impute)
export(make_se)
export(make_se_parse)
export(make_unique)
export(manual_impute)
export(meanSdPlot)
export(normalize_vsn)
export(plot_all)
export(plot_cond)
export(plot_cond_freq)
export(plot_cond_overlap)
export(plot_cor)
export(plot_coverage)
export(plot_detect)
export(plot_dist)
export(plot_frequency)
export(plot_gsea)
export(plot_heatmap)
export(plot_imputation)
export(plot_missval)
export(plot_normalization)
export(plot_numbers)
export(plot_p_hist)
export(plot_pca)
export(plot_single)
export(plot_volcano)
export(process)
export(report)
export(run_app)
export(se2msn)
export(test_diff)
export(test_gsea)
export(theme_DEP1)
export(theme_DEP2)
import(ComplexHeatmap)
import(MSnbase, except = c(combine, exprs))
import(SummarizedExperiment)
import(assertthat)
import(dplyr)
import(ggplot2)
import(grid)
import(imputeLCMD)
import(limma)
import(shinydashboard)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(cluster,daisy)
importFrom(purrr,map_df)
importFrom(readr,parse_factor)
importFrom(shiny,runApp)
importFrom(stats,cor)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,terms.formula)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)