-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
94 lines (93 loc) · 2.57 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
# Generated by roxygen2: do not edit by hand
export(attachContext)
export(attachMutType)
export(countMutTypes)
export(decipherMutationalProcesses)
export(extractXvarlinkData)
export(filterSNV)
export(frequencize)
export(getCosmicSignatures)
export(importVCFfiles)
export(matchSignatures)
export(plotMutTypeProfile)
export(plotSignExposures)
export(prelimProcessAssess)
export(processVCFdata)
export(removeMismatchMut)
export(resolveMutSignatures)
export(revCompl)
export(setMutClusterParams)
export(silhouetteMLB)
export(simplifySignatures)
export(sortByMutations)
export(table2df)
exportClasses(mutFrameworkParams)
exportClasses(mutSignExposures)
exportClasses(mutationCounts)
exportClasses(mutationSignatures)
exportMethods("[")
exportMethods(as.data.frame)
exportMethods(as.list)
exportMethods(as.matrix)
exportMethods(as.mutation.counts)
exportMethods(as.mutation.signatures)
exportMethods(as.mutsign.exposures)
exportMethods(cbind2)
exportMethods(coerceObj)
exportMethods(getCounts)
exportMethods(getFwkParam)
exportMethods(getMutationTypes)
exportMethods(getSampleIdentifiers)
exportMethods(getSignatureIdentifiers)
exportMethods(msigPlot)
exportMethods(setFwkParam)
exportMethods(setSignatureNames)
import(foreach)
importFrom(cluster,silhouette)
importFrom(doParallel,registerDoParallel)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(methods,callNextMethod)
importFrom(methods,cbind2)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,slotNames)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pracma,squareform)
importFrom(proxy,dist)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,read.delim)