-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 860 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(ARIImp)
export(ARIs)
export(ARItrend)
export(ConfusionEvolution)
export(ConfusionPlot)
export(Dune)
export(NMIImp)
export(NMIs)
export(NMItrend)
export(clusterConversion)
export(functionTracking)
export(intermediateMat)
export(plotARIs)
export(plotNMIs)
export(plotPrePost)
export(whenToStop)
exportMethods(Dune)
import(RColorBrewer)
import(dplyr)
import(ggplot2)
import(tidyr)
import(utils)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(RColorBrewer,brewer.pal)
importFrom(SummarizedExperiment,colData)
importFrom(aricode,ARI)
importFrom(aricode,NMI)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(gganimate,transition_states)
importFrom(magrittr,"%>%")
importFrom(purrr,map_df)
importFrom(tidyr,gather)