-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
22 lines (18 loc) · 855 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export(eNetXplorer,print.eNetXplorer,
summary.eNetXplorer,print.summary.eNetXplorer,
plot.eNetXplorer,plotSummary,plotLambdaVsQF,plotMeasuredVsOOB,
plotContingency,plotFeatureCaterpillar,plotFeatureHeatmap,plotKaplanMeier,plotSurvROC,
summaryPDF,export,mergeObj)
import(glmnet,stats,Matrix,RColorBrewer,calibrate,progress,survival,survcomp,timeROC)
importFrom("graphics", "abline", "arrows", "axTicks", "axis",
"boxplot", "lines", "mtext", "par", "plot", "points",
"polygon", "symbols", "title")
importFrom("methods", "as")
importFrom("grDevices", "col2rgb", "colorRampPalette", "dev.off",
"pdf", "rgb")
importFrom("gplots","heatmap.2","redgreen")
importFrom("expm","sqrtm")
S3method("print","eNetXplorer")
S3method("plot","eNetXplorer")
S3method("summary","eNetXplorer")
S3method("print","summary.eNetXplorer")