-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
49 lines (48 loc) · 1.04 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
47
48
49
# Generated by roxygen2: do not edit by hand
export("%+replace%")
export("%||%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(calc_diversity)
export(calc_frequency)
export(calc_gene_pairs)
export(calc_gene_usage)
export(calc_mds)
export(calc_similarity)
export(cluster_sequences)
export(define_clonotypes)
export(djvdj_theme)
export(enquo)
export(enquos)
export(fetch_vdj)
export(filter_vdj)
export(import_vdj)
export(mutate_meta)
export(mutate_vdj)
export(plot_clone_frequency)
export(plot_diversity)
export(plot_frequency)
export(plot_gene_pairs)
export(plot_gene_usage)
export(plot_histogram)
export(plot_mds)
export(plot_motifs)
export(plot_rarefaction)
export(plot_scatter)
export(plot_similarity)
export(plot_violin)
export(summarize_vdj)
import(dplyr)
importFrom(ggplot2,"%+replace%")
importFrom(methods,slot)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(stats,na.omit)
importFrom(utils,head)