-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
export(add_taxonomy_columns)
export(filter_blast_hits)
export(format_fasta_headers)
export(genbank2uid_tbl)
export(get_blast_outformat_7_colnames)
export(get_query_cov)
export(get_subj_cov)
export(get_taxon_rank)
export(remove_redundant_hits)
export(subset_bstringset)
export(tidy_taxonomy_tree)
export(tips_by_clade)
importFrom(Biostrings,readBStringSet)
importFrom(TidyWrappers,tbl_keep_rows_NA_any)
importFrom(cli,cat_bullet)
importFrom(cli,cat_rule)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_info)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(lubridate,now)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,arg_match)
importFrom(rlang,as_name)
importFrom(rlang,as_string)
importFrom(rlang,sym)
importFrom(stringr,fixed)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)
importFrom(taxize,genbank2uid)
importFrom(taxizedb,classification)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)