a b/NAMESPACE
1
# Generated by roxygen2: do not edit by hand
2
3
S3method(plot,bioTMLE)
4
export(.biotmle)
5
export(biomarkertmle)
6
export(eif)
7
export(heatmap_ic)
8
export(modtest_ic)
9
export(rnaseq_ic)
10
export(toptable)
11
export(volcano_ic)
12
exportClasses(bioTMLE)
13
exportClasses(data.frame_OR_EList)
14
import(BiocGenerics)
15
importClassesFrom(S4Vectors,Annotated)
16
importClassesFrom(S4Vectors,Vector)
17
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
18
importClassesFrom(limma,EList)
19
importClassesFrom(methods,data.frame)
20
importFrom(BiocParallel,MulticoreParam)
21
importFrom(BiocParallel,bplapply)
22
importFrom(BiocParallel,bpprogressbar)
23
importFrom(BiocParallel,register)
24
importFrom(SummarizedExperiment,SummarizedExperiment)
25
importFrom(SummarizedExperiment,assay)
26
importFrom(SummarizedExperiment,colData)
27
importFrom(SummarizedExperiment,rowData)
28
importFrom(assertthat,assert_that)
29
importFrom(dplyr,"%>%")
30
importFrom(dplyr,arrange)
31
importFrom(dplyr,filter)
32
importFrom(dplyr,mutate)
33
importFrom(dplyr,select)
34
importFrom(dplyr,slice)
35
importFrom(drtmle,drtmle)
36
importFrom(ggplot2,aes)
37
importFrom(ggplot2,geom_histogram)
38
importFrom(ggplot2,geom_point)
39
importFrom(ggplot2,ggplot)
40
importFrom(ggplot2,ggtitle)
41
importFrom(ggplot2,guide_legend)
42
importFrom(ggplot2,guides)
43
importFrom(ggplot2,theme_bw)
44
importFrom(ggplot2,xlab)
45
importFrom(ggplot2,ylab)
46
importFrom(ggsci,scale_fill_gsea)
47
importFrom(limma,eBayes)
48
importFrom(limma,lmFit)
49
importFrom(limma,topTable)
50
importFrom(limma,voom)
51
importFrom(limma,voomWithQualityWeights)
52
importFrom(methods,is)
53
importFrom(methods,new)
54
importFrom(methods,setClass)
55
importFrom(methods,setClassUnion)
56
importFrom(stats,p.adjust)
57
importFrom(stats,plogis)
58
importFrom(stats,quantile)
59
importFrom(superheat,superheat)
60
importFrom(tibble,as_tibble)
61
importFrom(tibble,rownames_to_column)