-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (33 loc) · 879 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
# Generated by roxygen2: do not edit by hand
export(cellranger_vdj_filter)
export(cellranger_vdj_load)
export(cellranger_vdj_order)
export(cellranger_vdj_parse_by_cell)
export(clonotype_filter)
export(clonotype_top)
export(consensus_merge)
export(no_empty)
export(paste_vdj)
export(plot_vdj_circos)
export(plot_vdj_circos_seurat)
export(plot_vdj_clones_dimred)
export(plot_vdj_clones_dimred_seurat)
export(seurat_vdj_add_to_meta)
import(circlize)
import(dplyr)
import(ggplot2)
importFrom(Seurat,AddMetaData)
importFrom(Seurat,FetchData)
importFrom(dplyr,all_of)
importFrom(dplyr,all_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,select)
importFrom(dplyr,summarize)