-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
40 lines (39 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(FRmatch)
export(FRmatch_cell2cluster)
export(FRtest)
export(check_data_object)
export(get_values)
export(make_data_object)
export(normalization)
export(plot_FRmatch)
export(plot_FRmatch_cell2cluster)
export(plot_MST)
export(plot_bi_FRmatch)
export(plot_clusterSize)
export(plot_cluster_by_markers)
export(plot_exprDist)
export(plot_nonzero)
export(predict_most_similar_cluster)
export(runShiny)
import(dplyr)
import(ggplot2)
import(methods)
import(pheatmap)
import(shiny)
import(tibble)
import(viridis)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(forcats,fct_relevel)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%<>%")
importFrom(pbmcapply,pbmcmapply)
importFrom(tidyr,replace_na)
importMethodsFrom(SingleCellExperiment,colData)
importMethodsFrom(SingleCellExperiment,rowData)
importMethodsFrom(SummarizedExperiment,assay)
importMethodsFrom(SummarizedExperiment,assays)