-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 889 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 889 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
# Generated by roxygen2: do not edit by hand
export(hildaBarplot)
export(hildaDiffPlot)
export(hildaGlobalResult)
export(hildaLocalResult)
export(hildaPlotSignature)
export(hildaReadMPFile)
export(hildaRhat)
export(hildaTest)
export(pmBarplot)
export(pmMultiBarplot)
export(pmPlotSignature)
export(pmgetSignature)
export(visPMS)
exportClasses(EstimatedParameters)
exportClasses(MutationFeatureData)
import(ggplot2)
importFrom(R2jags,jags)
importFrom(Rcpp,sourceCpp)
importFrom(abind,abind)
importFrom(cowplot,plot_grid)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(grDevices,hcl)
importFrom(grid,unit.c)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(stats,aggregate)
importFrom(stats,reshape)
importFrom(stats,rgamma)
importFrom(stringr,str_detect)
importFrom(tidyr,gather_)
importFrom(utils,read.table)
useDynLib(HiLDA)