-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.66 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.66 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(as_phyloseq)
export(attach_dbGaP)
export(kable_one)
export(table_one)
importFrom(AnnotationHub,query)
importFrom(ExperimentHub,ExperimentHub)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,as.data.frame)
importFrom(S4Vectors,as.matrix)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_extension)
importFrom(assertthat,is.readable)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,full_join)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,group_rows)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,row_spec)
importFrom(knitr,kable)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(magrittr,subtract)
importFrom(magrittr,use_series)
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,read.csv)