forked from jrthompson54/DGEobj.plots
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.1 KB
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 1.1 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
44
45
46
# Generated by roxygen2: do not edit by hand
export(MDS_var_explained)
export(QCplots)
export(cdfPlot)
export(checkSex)
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(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,estimateDisp)
importFrom(ggrepel,geom_text_repel)
importFrom(grid,viewport)
importFrom(igraph,graph_from_data_frame)
importFrom(limma,plotMDS)
importFrom(matrixStats,colVars)
importFrom(stats,as.dist)
importFrom(stats,cmdscale)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(utils,packageVersion)