forked from cb4ds/DGEobj.plots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (41 loc) · 1023 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
31
32
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(MDS_var_explained)
export(QCplots)
export(cdfPlot)
export(comparePlot)
export(comparePrep)
export(ggplotMDS)
export(logRatioPlot)
export(mapDGEobj)
export(obsPlot)
export(obsPlot2)
export(plotDispersion)
export(plotNorm)
export(plotPvalHist)
export(profilePlot)
export(volcanoPlot)
import(ggplot2)
import(ggrepel)
import(magrittr)
importFrom(DGEobj,getItem)
importFrom(assertthat,assert_that)
importFrom(canvasXpress,canvasXpress)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,estimateDisp)
importFrom(ggrepel,geom_text_repel)
importFrom(grid,viewport)
importFrom(htmlwidgets,JS)
importFrom(igraph,graph_from_data_frame)
importFrom(limma,plotMDS)
importFrom(stats,as.dist)
importFrom(stats,cmdscale)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_c)
importFrom(utils,packageVersion)