-
Notifications
You must be signed in to change notification settings - Fork 28
/
NAMESPACE
51 lines (50 loc) · 1.6 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
# Generated by roxygen2: do not edit by hand
export(curatedMetagenomicData)
export(mergeData)
export(returnSamples)
importFrom(AnnotationHub,query)
importFrom(ExperimentHub,ExperimentHub)
importFrom(ExperimentHub,package)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,mcols)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(TreeSummarizedExperiment,"rownames<-")
importFrom(TreeSummarizedExperiment,TreeSummarizedExperiment)
importFrom(TreeSummarizedExperiment,rowLinks)
importFrom(dplyr,across)
importFrom(dplyr,add_count)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,ungroup)
importFrom(magrittr,divide_by)
importFrom(magrittr,extract)
importFrom(magrittr,multiply_by)
importFrom(magrittr,set_names)
importFrom(mia,agglomerateByRank)
importFrom(purrr,list_along)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(stringr,str_c)
importFrom(stringr,str_subset)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyselect,vars_select_helpers)