-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
58 lines (56 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(LACE)
export(LACEview)
export(compute.mutation.distance)
export(compute.variants.error.rates)
export(lacedata)
export(longitudinal.tree.plot)
import(DT)
import(RColorBrewer)
import(SummarizedExperiment, except = c("trim","shift", "show"))
import(biomaRt, except = c("show","select"))
import(bsplus)
import(callr)
import(configr)
import(curl, except = c("parse_date"))
import(data.table, except = c("first","last", "between"))
import(data.tree)
import(doParallel)
import(dplyr)
import(forcats)
import(foreach)
import(fs)
import(ggplot2)
import(grDevices)
import(graphics, except = c("box"))
import(htmltools)
import(jsonlite)
import(logr)
import(parallel)
import(readr)
import(shiny, except = c("runExample", "dataTableOutput", "renderDataTable","validate"))
import(shinyBS)
import(shinyFiles)
import(shinydashboard)
import(shinyjs)
import(shinythemes)
import(shinyvalidate)
import(sortable)
import(stringi)
import(stringr)
import(svglite)
import(tidyr)
import(tools)
import(utils)
importFrom(Matrix,rankMatrix)
importFrom(Rfast,rowMaxs)
importFrom(grDevices,colorRampPalette)
importFrom(jsonlite,toJSON)
importFrom(purrr,detect_index)
importFrom(purrr,is_null)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tidyr,gather)