-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
35 lines (34 loc) · 928 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
# Generated by roxygen2: do not edit by hand
export(class_to_deseq2)
export(classify)
export(feat)
export(find_knn)
export(plot_classes)
export(plot_last)
export(pool_across_neighbors)
export(pseudobulk)
export(pseudobulk_id)
export(pype_code_template)
export(pype_from_seurat)
export(rule)
importFrom(cowplot,get_legend)
importFrom(cowplot,plot_grid)
importFrom(dplyr,bind_cols)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(rlang,is_double)
importFrom(rlang,is_integer)
importFrom(rlang,is_scalar_character)
importMethodsFrom(Matrix,"%*%")