-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.81 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
# Generated by roxygen2: do not edit by hand
export(GetDatExpr)
export(PreservationPermutationTest)
export(PreservationScoreDistribution)
export(TOMFlowPlot)
export(bidirectionalBestMatches)
export(cleanDatExpr)
export(coexpressionLineGraph)
export(computeOverlapsFromWGCNA)
export(constructNetworks)
export(diffCoexpression)
export(diffModuleExpression)
export(drawMultiWGCNAnetwork)
export(getPreservation)
export(iterate)
export(makeTraitTable)
export(moduleComparisonPlot)
export(moduleExpressionPlot)
export(moduleToModuleHeatmap)
export(name)
export(overlapComparisons)
export(performANOVA)
export(preservationComparisonPlot)
export(preservationComparisons)
export(runDME)
export(summarizeResults)
export(topNGenes)
import(SummarizedExperiment)
import(WGCNA)
import(dcanr)
import(dplyr)
import(flashClust)
import(ggalluvial)
import(ggplot2)
import(ggrepel)
import(methods)
import(patchwork)
import(readr)
import(stringr)
importFrom(cowplot,plot_grid)
importFrom(data.table,fwrite)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,legend)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete.edges)
importFrom(igraph,delete.vertices)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,plot.igraph)
importFrom(igraph,simplify)
importFrom(scales,rescale)
importFrom(stats,IQR)
importFrom(stats,anova)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,write.csv)
importFrom(utils,write.table)