-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method(mutate,admat)
S3method(mutate,admat.2)
S3method(mutate,admat.3)
S3method(mutate,column)
S3method(mutate,n.columns)
S3method(mutate,n.columns.clusterprob)
export(calcSubcloneProportions)
export(calcTreeScores)
export(calculateTreeScoreMutations)
export(collectBestKChains)
export(colorScheme)
export(enumerateSpanningTreesModified)
export(estimateClusterAssignments)
export(estimateICN)
export(estimateMCFs)
export(estimateMultiplicity)
export(estimateMultiplicityMatrix)
export(filterEdgesBasedOnCCFs)
export(generateAllTrees)
export(importFiles)
export(mcmcMain)
export(mergeSetChains)
export(plotChainsMCF)
export(plotClusterAssignmentProbVertical)
export(plotEnsembleTree)
export(plotMCFViolin)
export(plotSubcloneBar)
export(plotSubclonePie)
export(plotTree)
export(prepareGraph)
export(runMCMCForAllBoxes)
export(separateMutationsBySamplePresence)
export(writeClusterAssignmentsTable)
export(writeClusterMCFsTable)
export(writeIcnTable)
export(writeMultiplicityTable)
export(writeSetKTable)
import(UpSetR)
import(cluster)
import(dplyr)
import(ggmcmc)
import(ggplot2)
import(igraph)
import(magrittr)
import(methods)
import(readr)
import(rjags)
import(stringr)
import(tibble)
import(tidyr)
import(tidyverse)
import(viridis)
importFrom(epiR,epi.betabuster)
importFrom(stringr,str_replace)