-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·41 lines (40 loc) · 992 Bytes
/
NAMESPACE
File metadata and controls
executable file
·41 lines (40 loc) · 992 Bytes
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
# Generated by roxygen2: do not edit by hand
export(generateRiverplot)
export(gg_plotKStats)
export(iNMF_lambda_tuning)
export(normalizeH)
export(normalizeUpperQuartile)
export(normalizeW)
export(orderBinary)
export(rankTransform)
export(recovery_plot)
export(regularizeH)
export(relabelRiverplot)
export(run_NMF_tensor)
export(run_iNMF_tensor)
export(run_joinNMF_tensor)
exportClasses(ButchR_NMF)
exportClasses(ButchR_integrativeNMF)
exportClasses(ButchR_joinNMF)
exportMethods(FrobError)
exportMethods(HMatrix)
exportMethods(OptK)
exportMethods(OptKStats)
exportMethods(SignatureFeatures)
exportMethods(SignatureSpecificFeatures)
exportMethods(WMatrix)
exportMethods(compute_SignatureFeatures)
exportMethods(generateRiverplot)
exportMethods(normalizeH)
exportMethods(normalizeW)
exportMethods(recovery_plot)
exportMethods(regularizeH)
import(cowplot)
import(dplyr)
import(ggplot2)
import(grDevices)
import(methods)
import(nnls)
import(reticulate)
import(riverplot)
importFrom(rlang,.data)