-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
81 lines (80 loc) · 2.49 KB
/
Copy pathNAMESPACE
File metadata and controls
81 lines (80 loc) · 2.49 KB
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
# Generated by roxygen2: do not edit by hand
S3method(BlackBoxFilter,"function")
S3method(BlackBoxFilter,elasticnet)
S3method(BlackBoxFilter,lasso)
S3method(BlackBoxFilter,linear)
S3method(BlackBoxFilter,rf)
S3method(BlackBoxFilter,rf_ranger)
S3method(BlackBoxFilter,ridge)
S3method(BlackBoxFilter,svm)
S3method(BlackBoxFilter,tandem)
S3method(CellResponseProcessor,"function")
S3method(CellResponseProcessor,binarization_cutoff)
S3method(CellResponseProcessor,binarization_kmeans)
S3method(CellResponseProcessor,logarithm)
S3method(CellResponseProcessor,none)
S3method(CellResponseProcessor,powertransform)
S3method(DuplicationHandler,"function")
S3method(DuplicationHandler,default)
S3method(DuplicationHandler,first)
S3method(DuplicationHandler,mean)
S3method(DuplicationHandler,none)
S3method(FeaturePreprocessor,"function")
S3method(FeaturePreprocessor,none)
S3method(FeaturePreprocessor,pca)
S3method(FeaturePreprocessor,physio)
S3method(FeaturePreprocessor,zscore_genewise)
S3method(FeaturePreprocessor,zscore_samplewise)
S3method(FeatureSelector,"function")
S3method(FeatureSelector,all)
S3method(FeatureSelector,landmarkgenes)
S3method(FeatureSelector,ontology)
S3method(FeatureSelector,pathway)
S3method(FeatureSelector,pvalue)
S3method(FeatureSelector,variance)
S3method(Homogenizer,"function")
S3method(Homogenizer,ComBat)
S3method(Homogenizer,RUV)
S3method(Homogenizer,RUV4)
S3method(Homogenizer,YuGene)
S3method(Homogenizer,default)
S3method(Homogenizer,limma)
S3method(Homogenizer,none)
S3method(Homogenizer,quantile)
S3method(Validator,"function")
S3method(Validator,default)
S3method(Validator,fpvalue)
S3method(Validator,mse)
S3method(Validator,pearson)
S3method(Validator,prauc)
S3method(Validator,rocauc)
S3method(Validator,rocpvalue)
S3method(Validator,rsquared)
S3method(Validator,rsquared_adjusted)
S3method(Validator,spearman)
export(BlackBoxFilter)
export(BlackBoxFilter.character)
export(CellResponseProcessor)
export(CellResponseProcessor.character)
export(CellResponseTypeAvailabilityCheck)
export(CellorPatient)
export(DuplicationHandler)
export(DuplicationHandler.character)
export(FeatureCombiner)
export(FeaturePreprocessor)
export(FeaturePreprocessor.character)
export(FeatureSelector)
export(FeatureSelector.character)
export(ForeseeTest)
export(ForeseeTrain)
export(Foreseer)
export(GetCellResponseData)
export(Homogenizer)
export(Homogenizer.character)
export(SampleSelector)
export(Validator)
export(Validator.character)
export(listCellLines)
export(listDrugs)
export(listInputOptions)
export(requireForesee)