-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export("%>%")
export(SingleR_SE)
export(aa_index)
export(antigen_map)
export(codon_index)
export(codon_range)
export(mutstr)
export(nt2aa)
export(parse_ANARCI_aaseq)
export(parse_CellRanger_vdjseq)
export(parse_IgBlast_shm)
export(parse_SingleR)
export(parse_aa_mut)
export(parse_vcf)
export(read_fasta)
export(read_gff)
export(read_vcf)
export(reduction_SE)
export(write_fasta)
exportClasses(mutstr)
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("mstr<-")
exportMethods("mut<-")
exportMethods("sep<-")
exportMethods(intersect)
exportMethods(mstr)
exportMethods(mut)
exportMethods(sep)
exportMethods(setdiff)
exportMethods(union)
importFrom(baizer,"%nin%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename_at)
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_glue)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_subset)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,ends_with)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)