-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
131 lines (130 loc) · 3.18 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Generated by roxygen2: do not edit by hand
export(RR_featureTally)
export(avgNormDiff)
export(buildPredictor)
export(buildPredictor_sparseGenetic)
export(callFeatSel)
export(callOverallSelectedFeatures)
export(cleanPathwayName)
export(compareShortestPath)
export(compileFeatureScores)
export(compileFeatures)
export(confusionMatrix)
export(convertProfileToNetworks)
export(countIntType)
export(countIntType_batch)
export(countPatientsInNet)
export(createPSN_MultiData)
export(dataList2List)
export(enrichLabelNets)
export(fetchPathwayDefinitions)
export(getEMapInput)
export(getEMapInput_many)
export(getEnr)
export(getFeatureScores)
export(getFileSep)
export(getGMjar_path)
export(getNetConsensus)
export(getOR)
export(getPSN)
export(getPatientPredictions)
export(getPatientRankings)
export(getPerformance)
export(getRegionOL)
export(getResults)
export(getSimilarity)
export(makeInputForEnrichmentMap)
export(makePSN_NamedMatrix)
export(makePSN_RangeSets)
export(makeQueries)
export(makeSymmetric)
export(mapNamedRangesToSets)
export(normDiff)
export(perfCalc)
export(plotEmap)
export(plotIntegratedPatientNetwork)
export(plotPerf)
export(plotPerf_multi)
export(predict)
export(predictPatientLabels)
export(pruneNet)
export(pruneNet_pctX)
export(pruneNets)
export(randAlphanumString)
export(readPathways)
export(runFeatureSelection)
export(runQuery)
export(setupFeatureDB)
export(sim.eucscale)
export(sim.pearscale)
export(simpleCap)
export(smoothMutations_LabelProp)
export(sparsify2)
export(sparsify3)
export(splitTestTrain)
export(splitTestTrain_resampling)
export(tSNEPlotter)
export(thresholdSmoothedMutations)
export(updateNets)
export(writeNetsSIF)
export(writeQueryBatchFile)
export(writeQueryFile)
export(writeWeightedNets)
import(BiocFileCache)
import(GenomicRanges)
import(MultiAssayExperiment)
import(ROCR)
import(Rtsne)
import(bigmemory)
import(doParallel)
import(foreach)
import(ggplot2)
import(glmnet)
import(parallel)
import(pracma)
import(reshape2)
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(combinat,combn)
importFrom(ggplot2,ggplot)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(httr,HEAD)
importFrom(igraph,E)
importFrom(igraph,delete.edges)
importFrom(igraph,edge_attr)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph_from_data_frame)
importFrom(methods,is)
importFrom(methods,slotNames)
importFrom(plotrix,color2D.matplot)
importFrom(pracma,trapz)
importFrom(rappdirs,user_cache_dir)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,qexp)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.table)