forked from biodatalab/iModMix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.12 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(fctAssignmentGenesEnrichr)
export(fctClusterAssignments)
export(fctEigengenes)
export(fctFeaturesAnnotCorrelation)
export(fctHierarchicalCluster)
export(fctLoadData)
export(fctModulesCorrelation)
export(fctPartialCors)
export(fctPerformClassification)
export(fctiModMix2SE)
export(run_app)
import(shiny)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,unzip)
importFrom(utils,write.csv)