forked from SaskiaFreytag/schex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 921 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
# Generated by roxygen2: do not edit by hand
export(make_hexbin)
export(make_hexbin_label)
export(plot_hexbin_bivariate)
export(plot_hexbin_density)
export(plot_hexbin_fc)
export(plot_hexbin_feature)
export(plot_hexbin_feature_plus)
export(plot_hexbin_feature_shiny)
export(plot_hexbin_gene)
export(plot_hexbin_interact)
export(plot_hexbin_meta)
export(plot_hexbin_meta_plus)
export(plot_hexbin_meta_shiny)
exportMethods(make_hexbin)
exportMethods(plot_hexbin_gene)
import(Seurat)
import(SingleCellExperiment)
import(concaveman)
import(ggplot2)
import(grid)
import(shiny)
importFrom(cluster,pam)
importFrom(dplyr,as_tibble)
importFrom(dplyr,tibble)
importFrom(entropy,mi.plugin)
importFrom(ggforce,geom_mark_hull)
importFrom(hexbin,hcell2xy)
importFrom(hexbin,hexbin)
importFrom(methods,slotNames)
importFrom(scales,hue_pal)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)