forked from wurst-theke/bratwurst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·104 lines (103 loc) · 2.7 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
# Generated by roxygen2: do not edit by hand
export(amariDistance)
export(attributeComparisonSignatures)
export(build_granges_object)
export(calculate_FI)
export(calculate_for_classifier_range)
export(computeAbsDelta4OptK)
export(computeAmariDistances)
export(computeCopheneticCoeff)
export(computeEntropy4OptK)
export(computeFeatureStats)
export(computeFisher4Regions)
export(computeFrobErrorStats)
export(computeMeanDiff4SignatureCombs)
export(computeNES)
export(computePValue4FrobError)
export(computePeakStats4Regions)
export(computeRecoveryAUC)
export(computeRegionFC)
export(computeRegionFC4GRlist)
export(computeRmdAUCs)
export(computeRunningPeakStats4Regions)
export(computeSignatureSpecificFeatures)
export(computeSilhoutteWidth)
export(cosineDiss)
export(cosineDissMat)
export(cosineDist)
export(cosineSim)
export(extract_signature_specific_genes)
export(filter_features)
export(filter_specific_features)
export(generateRiverplot)
export(generate_classifier)
export(getColorAnno)
export(getColorMap)
export(getIndex4SignatureCombs)
export(getSignatureCombCounts)
export(getSignatureNames)
export(igvCoord2Grange)
export(match_and_count)
export(merge.nmf)
export(nmfExperimentFromFile)
export(nmfExperimentFromMatrix)
export(normalizeH)
export(normalizeUpperQuartile)
export(normalizeW)
export(orderBinary)
export(performRowKmeans)
export(plotHMatrix)
export(plotHeatmap4MatrixList)
export(plotKStats)
export(plotRankedFrobErrors)
export(plotSignatureFeatures)
export(proposeOptK)
export(rankTransform)
export(regularizeH)
export(relabelRiverplot)
export(runNmfGpu)
export(runNmfGpuPyCuda)
export(science_theme)
export(sigmoidTransform)
export(sigmoidTransform2)
export(translateBratwurstToYAPSA)
exportClasses(nmfExperiment)
exportMethods(FeatureStats)
exportMethods(FrobError)
exportMethods(HMatrix)
exportMethods(HMatrixList)
exportMethods(OptK)
exportMethods(OptKStats)
exportMethods(SignatureSpecificFeatures)
exportMethods(WMatrix)
exportMethods(WMatrixList)
exportMethods(setFeatureStats)
exportMethods(setFrobError)
exportMethods(setHMatrixList)
exportMethods(setOptK)
exportMethods(setOptKStats)
exportMethods(setSignatureSpecificFeatures)
exportMethods(setWMatrixList)
import(ComplexHeatmap)
import(GenomicRanges)
import(NMF)
import(RColorBrewer)
import(S4Vectors)
import(SummarizedExperiment)
import(cowplot)
import(ggplot2)
import(nnls)
import(reshape2)
import(riverplot)
importFrom(RcppCNPy,npyLoad)
importFrom(RcppCNPy,npySave)
importFrom(S4Vectors,DataFrame)
importFrom(YAPSA,normalize_df_per_dim)
importFrom(caret,confusionMatrix)
importFrom(circlize,colorRamp2)
importFrom(cluster,pam)
importFrom(cluster,silhouette)
importFrom(data.table,fread)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rtracklayer,import.bed)