-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(filter_mutations)
export(filter_mutations_per_UMI)
export(filter_mutations_per_cell)
export(format_mutation_df)
export(get_UMI_count_per_CB)
export(get_read_count_per_UB)
export(mutation_type_donut)
export(num_mutation_histogram)
export(parse_ref_file)
export(plot_alignment_permutation)
export(plot_construct)
export(plot_deletion_hotspot)
export(plot_insertion_hotspot)
export(plot_lorenz_curve)
export(plot_point_substitution_hotspot)
export(plot_score_distribution)
export(seq_split)
export(seq_to_character)
export(sequence_alignment)
export(sequence_alignment_for_10x)
export(sequence_permutation)
import(circlize)
import(dplyr)
import(ggplot2)
import(stringr)
importFrom(ComplexHeatmap,Legend)
importFrom(ComplexHeatmap,draw)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,filter)
importFrom(grid,gpar)
importFrom(magrittr,"%>%")
importFrom(parallel,mcmapply)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(readr,read_tsv)
importFrom(stringr,str_locate_all)
importFrom(tidyr,nest)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)