-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(dspNormalization)
export(dspSNR)
export(erccScaleFactor)
export(ndspaInteractivePlots)
export(ndspaQC)
export(ndspaReducedims)
export(ndspaScale)
export(ndspaStats)
export(pcfIDsFilter)
export(readnDSPA)
export(threshIDsFilter)
exportClasses(ndspaExperiment)
import(M3C)
import(SingleCellExperiment)
import(SummarizedExperiment)
import(dplyr)
import(factoextra)
import(ggplot2)
import(plotly)
import(shiny)
import(shinythemes)
importFrom(GGally,ggpairs)
importFrom(S4Vectors,isEmpty)
importFrom(S4Vectors,merge)
importFrom(S4Vectors,metadata)
importFrom(lme4,isSingular)
importFrom(lmerTest,contest)
importFrom(lmerTest,lmer)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(multcomp,adjusted)
importFrom(multcomp,glht)
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(tibble,column_to_rownames)
importFrom(tools,file_ext)