forked from bhklab/RadioGx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
178 lines (177 loc) · 5.54 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Generated by roxygen2: do not edit by hand
export(.convertRsetMolecularProfilesToSE)
export(RadioSet)
export(RadioSig)
export(availableRSets)
export(checkRSetStructure)
export(computeAUC)
export(computeD10)
export(computeSF2)
export(doseResponseCurve)
export(downloadRSet)
export(linearQuadraticModel)
export(plotCurve)
export(radSensitivitySig)
exportMethods("[")
exportMethods("annotation<-")
exportMethods("cellInfo<-")
exportMethods("cellNames<-")
exportMethods("curation<-")
exportMethods("datasetType<-")
exportMethods("fNames<-")
exportMethods("featureInfo<-")
exportMethods("molecularProfiles<-")
exportMethods("molecularProfilesSlot<-")
exportMethods("pertNumber<-")
exportMethods("phenoInfo<-")
exportMethods("radiationInfo<-")
exportMethods("radiationTypes<-")
exportMethods("sensNumber<-")
exportMethods("sensitivityInfo<-")
exportMethods("sensitivityProfiles<-")
exportMethods("sensitivityRaw<-")
exportMethods("sensitivitySlot<-")
exportMethods(annotation)
exportMethods(cellInfo)
exportMethods(cellNames)
exportMethods(curation)
exportMethods(datasetType)
exportMethods(dateCreated)
exportMethods(dim)
exportMethods(fNames)
exportMethods(featureInfo)
exportMethods(mDataNames)
exportMethods(molecularProfiles)
exportMethods(molecularProfilesSlot)
exportMethods(name)
exportMethods(pertNumber)
exportMethods(phenoInfo)
exportMethods(radiationInfo)
exportMethods(radiationTypes)
exportMethods(sensNumber)
exportMethods(sensitivityInfo)
exportMethods(sensitivityMeasures)
exportMethods(sensitivityProfiles)
exportMethods(sensitivityRaw)
exportMethods(sensitivitySlot)
exportMethods(show)
exportMethods(showSigAnnot)
exportMethods(subsetTo)
exportMethods(summarizeMolecularProfiles)
exportMethods(summarizeSensitivityProfiles)
import(RColorBrewer)
import(downloader)
import(methods)
importClassesFrom(CoreGx,CoreSet)
importClassesFrom(SummarizedExperiment,Assays)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(Biobase,annotation)
importFrom(Biobase,assayData)
importFrom(Biobase,assayDataElementNames)
importFrom(Biobase,experimentData)
importFrom(Biobase,exprs)
importFrom(Biobase,fData)
importFrom(Biobase,pData)
importFrom(Biobase,protocolData)
importFrom(BiocParallel,bplapply)
importFrom(CoreGx,"cellInfo<-")
importFrom(CoreGx,"featureInfo<-")
importFrom(CoreGx,"molecularProfiles<-")
importFrom(CoreGx,"phenoInfo<-")
importFrom(CoreGx,"sensitivityProfiles<-")
importFrom(CoreGx,.error)
importFrom(CoreGx,.message)
importFrom(CoreGx,.unionList)
importFrom(CoreGx,.warning)
importFrom(CoreGx,CoreSet)
importFrom(CoreGx,cellInfo)
importFrom(CoreGx,cellNames)
importFrom(CoreGx,dateCreated)
importFrom(CoreGx,featureInfo)
importFrom(CoreGx,mDataNames)
importFrom(CoreGx,molecularProfiles)
importFrom(CoreGx,name)
importFrom(CoreGx,phenoInfo)
importFrom(CoreGx,sensNumber)
importFrom(CoreGx,sensitivityMeasures)
importFrom(CoreGx,sensitivityProfiles)
importFrom(CoreGx,updateCellId)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"assayNames<-")
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,Assays)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(assertthat,are_equal)
importFrom(caTools,trapz)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(magicaxis,magaxis)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowMedians)
importFrom(methods,callNextMethod)
importFrom(parallel,detectCores)
importFrom(parallel,splitIndices)
importFrom(reshape2,acast)
importFrom(scales,rescale)
importFrom(stats,anova)
importFrom(stats,complete.cases)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,read.csv)
importFrom(utils,sessionInfo)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)
importMethodsFrom(CoreGx,"annotation<-")
importMethodsFrom(CoreGx,"cellNames<-")
importMethodsFrom(CoreGx,"curation<-")
importMethodsFrom(CoreGx,"datasetType<-")
importMethodsFrom(CoreGx,"fNames<-")
importMethodsFrom(CoreGx,"molecularProfilesSlot<-")
importMethodsFrom(CoreGx,"pertNumber<-")
importMethodsFrom(CoreGx,"sensNumber<-")
importMethodsFrom(CoreGx,"sensitivityInfo<-")
importMethodsFrom(CoreGx,"sensitivityRaw<-")
importMethodsFrom(CoreGx,"sensitivitySlot<-")
importMethodsFrom(CoreGx,annotation)
importMethodsFrom(CoreGx,curation)
importMethodsFrom(CoreGx,datasetType)
importMethodsFrom(CoreGx,fNames)
importMethodsFrom(CoreGx,molecularProfilesSlot)
importMethodsFrom(CoreGx,pertNumber)
importMethodsFrom(CoreGx,sensitivityInfo)
importMethodsFrom(CoreGx,sensitivityRaw)
importMethodsFrom(CoreGx,sensitivitySlot)
importMethodsFrom(CoreGx,showSigAnnot)
importMethodsFrom(CoreGx,subsetTo)
importMethodsFrom(CoreGx,summarizeMolecularProfiles)
importMethodsFrom(CoreGx,summarizeSensitivityProfiles)