-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
export(annotate_maf_classes)
export(annotate_maf_compounds)
export(export_maf)
export(gap_weighting)
export(heatmap.selected_features)
export(make.high_level.descriptor)
export(make_classes_at_level)
export(menhinick.diversity)
export(select_features_pls)
export(select_features_random_forest)
export(shannon.diversity)
export(sunBurstPlotFromSubstanceClasses)
export(tukey.test)
importFrom(PRROC,pr.curve)
importFrom(caret,postResample)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(caret,varImp)
importFrom(circlize,draw.sector)
importFrom(dummies,dummy)
importFrom(gplots,heatmap.2)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,text)
importFrom(mlr,measureBER)
importFrom(mltest,ml_test)
importFrom(multcomp,cld)
importFrom(multcomp,glht)
importFrom(multcomp,mcp)
importFrom(multiROC,multi_pr)
importFrom(multiROC,multi_roc)
importFrom(multiROC,plot_pr_data)
importFrom(multiROC,plot_roc_data)
importFrom(ontologyIndex,get_ontology)
importFrom(pROC,ci.se)
importFrom(pROC,ci.sp)
importFrom(pROC,multiclass.roc)
importFrom(pROC,plot.roc)
importFrom(plotrix,arctext)
importFrom(pls,cppls)
importFrom(pls,mvr)
importFrom(pls,plsr)
importFrom(randomForest,randomForest)
importFrom(scales,rescale)
importFrom(stats,aov)
importFrom(stats,as.dendrogram)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(vegan,specnumber)