-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNAMESPACE
118 lines (117 loc) · 2.62 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%AND%")
export("%OR%")
export(clean_pivotSession)
export(clear_design)
export(clear_results)
export(countToTpm)
export(create_subset)
export(custom_downloadbtn)
export(detachAllPackages)
export(dropdownMenu)
export(enhanced_box)
export(erccCv)
export(ercc_detect_plot)
export(estimateSizeFactorsForMatrix_MK)
export(estimateSizeFactorsForMatrix_groupwise)
export(fData)
export(fInfo)
export(feature_plot)
export(formatNoSci)
export(generateRelativeFreq)
export(generate_data_map)
export(generate_data_node)
export(generate_mst)
export(get_brewer_set)
export(get_color_vector)
export(get_heatmap_color)
export(ggplotly)
export(hasCssClass)
export(infoBoxOutput_custom)
export(init_meta)
export(init_state)
export(inline)
export(makeCheckboxTooltip)
export(make_plda)
export(meanNormFunction)
export(meanSdPlot)
export(meanVarPlot)
export(metadata)
export(modalActionButton)
export(modalConfirmDialog)
export(modalTriggerButton)
export(monocle_estimate_t)
export(normalize_data)
export(not_pressed)
export(numericInput_1)
export(pData)
export(pairs_extended)
export(pivot)
export(pivot_Plot1d)
export(pivot_Plot1d_UI)
export(pivot_Plot2d)
export(pivot_Plot2d_UI)
export(pivot_Plot3d)
export(pivot_Plot3d_UI)
export(pivot_dataScale)
export(pivot_dataScaleRange)
export(pivot_dataScaleRange_UI)
export(pivot_dataScale_UI)
export(pivot_deGroupBy)
export(pivot_deGroupBy_UI)
export(pivot_featureInputModal)
export(pivot_featureInputModal_UI)
export(pivot_featureList)
export(pivot_featureList_UI)
export(pivot_featurePlot)
export(pivot_featurePlot_UI)
export(pivot_fileInput)
export(pivot_fileInput_UI)
export(pivot_filePreview)
export(pivot_filePreview_UI)
export(pivot_groupBy)
export(pivot_groupBy_UI)
export(pivot_help)
export(pivot_help_UI)
export(pivot_launcher)
export(pivot_main)
export(pivot_module)
export(pivotboardHeader)
export(plotERCCDistribution)
export(rank_freq)
export(relative2abs_modified)
export(render_Plotly)
export(rowV)
export(scde_pair_plot)
export(search_subset_node)
export(stdlog_plot)
export(switch_to_dataset)
export(systemItem)
export(tagAssert)
export(textareaInput)
export(update_history)
export(validateColor)
export(validateStatus)
export(valueBoxOutput_custom)
import(Biobase)
import(DT)
import(RColorBrewer)
import(S4Vectors)
import(SummarizedExperiment)
import(dplyr)
import(ggplot2)
import(htmlwidgets)
import(igraph)
import(miniUI)
import(penalizedLDA)
import(plotly)
import(shiny)
import(tibble)
import(viridis)
import(visNetwork)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(parallel,mcmapply)
importFrom(stats,density)
importFrom(stats,ecdf)