-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
113 lines (112 loc) · 2.62 KB
/
NAMESPACE
File metadata and controls
113 lines (112 loc) · 2.62 KB
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
# Generated by roxygen2: do not edit by hand
export(ImmuneFractionPlot)
export(ImmuneFractionPlot_mae)
export(LimmaMAE)
export(Prep4ExprComp)
export(RNAseqShinyAppSpark)
export(TissueTyper)
export(convert_long_to_wide)
export(createPCAPlot)
export(create_mae_airway)
export(create_mae_airway_edgeR)
export(dbBrowserServer)
export(dbBrowserUI)
export(expr_pattern)
export(filterModuleServer)
export(filterModuleUI)
export(geneListServer)
export(geneListUI)
export(geneModuleServer)
export(geneModuleUI)
export(generate_colData)
export(generate_colData_random)
export(generate_coldata_for_local_tcga_data)
export(generate_sample_info)
export(get_latest_file_group_df)
export(ggvolcano_custom)
export(ggvolcano_custom_interactive)
export(ggvolcano_limma)
export(go_enrich_dotplot)
export(gseaFCModuleServer)
export(gseaFCModuleUI)
export(gtf2expr)
export(input_and_prep_file)
export(input_and_prep_file_directly)
export(interactivePlotsServer)
export(interactivePlotsUI)
export(kegg_enrich_dotplot)
export(mTissueTyper)
export(make_heatmap_mae)
export(make_heatmap_mae_pheatmap)
export(mod_filter_server)
export(mod_filter_sidebar_ui)
export(mod_geneSelector_server)
export(mod_geneSelector_ui)
export(pcaModuleServer)
export(pcaModuleUI)
export(progressPopupServer)
export(progressPopupUI)
export(query_spark_rnaseqdata)
export(run_heatmap_app)
export(sampleClustServer)
export(sampleClustUI)
export(sampleSelectionServer)
export(sampleSelectionUI)
export(se2longformat)
export(sftServer)
export(sftUI)
export(show_spark_tables)
export(sparkConnectionServer)
export(sparkConnectionUI)
export(target_exprofile)
export(transfExprFormat)
export(trigger_cluster_query_by_pattern)
import(DBI)
import(DT)
import(InteractiveComplexHeatmap)
import(MultiAssayExperiment)
import(RColorBrewer)
import(SummarizedExperiment)
import(WGCNA)
import(bslib)
import(clusterProfiler)
import(dplyr)
import(edgeR)
import(enrichplot)
import(factoextra)
import(future)
import(ggforce)
import(ggiraph)
import(ggplot2)
import(ggrepel)
import(limma)
import(org.Hs.eg.db)
import(org.Mm.eg.db)
import(pcaPP)
import(pheatmap)
import(plotly)
import(promises)
import(purrr)
import(readr)
import(readxl)
import(reshape2)
import(shiny)
import(shinybusy)
import(shinycssloaders)
import(shinydashboard)
import(shinyjs)
import(sparklyr)
import(stringr)
import(tibble)
import(tidyr)
import(viridis)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(enrichplot,color_palette)
importFrom(ggpubr,color_palette)
importFrom(promises,future_promise)
importFrom(sparklyr,spark_connect)
importFrom(sparklyr,spark_disconnect)
importFrom(stringr,str_equal)