-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 778 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 778 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
# Generated by roxygen2: do not edit by hand
export(get_stoichiometry)
export(iBAQ)
export(merge_ibaq)
export(plot_ibaq)
export(plot_stoichiometry)
export(run_app)
import(DEP)
import(SummarizedExperiment)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(shinydashboard)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(assertthat,assert_that)
importFrom(purrr,map_df)
importFrom(readr,parse_factor)
importFrom(shiny,runApp)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)