-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
30 lines (29 loc) · 834 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(eset_to_matrix)
export(extract_ti_from_se)
export(get_densities)
export(quantiplot)
export(run_quantiseq)
export(se_to_matrix)
importFrom(Biobase,exprs)
importFrom(Biobase,fData)
importFrom(MASS,rlm)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme_bw)
importFrom(limSolve,lsei)
importFrom(methods,is)
importFrom(preprocessCore,normalize.quantiles)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(tidyr,gather)
importFrom(utils,read.csv)
importFrom(utils,read.table)