forked from guypwhunt/GEOexplorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
77 lines (76 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export(loadApp)
import(Biobase)
import(ggplot2, except = c(last_plot))
import(heatmaply)
import(enrichR)
import(impute)
import(limma)
import(markdown)
import(pheatmap)
import(plotly)
import(shiny)
import(shiny, except = c(dataTableOutput, renderDataTable))
import(shinyHeatmaply)
import(umap)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(GEOquery,getGEO)
importFrom(GEOquery,getGEOSuppFiles)
importFrom(R.utils,gunzip)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(car,pointLabel)
importFrom(edgeR,DGEList)
importFrom(edgeR,as.matrix.DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,filterByExpr)
importFrom(edgeR,readDGE)
importFrom(factoextra,fviz_eig)
importFrom(factoextra,fviz_pca_biplot)
importFrom(factoextra,fviz_pca_ind)
importFrom(factoextra,fviz_pca_var)
importFrom(factoextra,get_eigenvalue)
importFrom(factoextra,get_pca_ind)
importFrom(factoextra,get_pca_var)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,text)
importFrom(heatmaply,heatmaply)
importFrom(htmltools,HTML)
importFrom(httr,GET)
importFrom(knitr,knit)
importFrom(readxl,read_excel)
importFrom(scales,label_percent)
importFrom(shinybusy,add_busy_spinner)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,princomp)
importFrom(stats,quantile)
importFrom(stringr,str_locate)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(stringr,str_trunc)
importFrom(sva,ComBat)
importFrom(sva,ComBat_seq)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,tail)
importFrom(utils,untar)
importFrom(utils,write.csv)
importFrom(xfun,file_ext)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)