-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,SummarizedExperiment)
S3method(ctl_new_pillar,SE_print_abstraction)
S3method(ctl_new_rowid_pillar,SE_print_abstraction)
S3method(print,SummarizedExperiment)
S3method(tbl_format_header,SE_print_abstraction)
S3method(tbl_format_header,tidySummarizedExperiment)
export(demo_tidy_message)
export(tidy_message)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(S4Vectors,coolcat)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(cli,col_br_black)
importFrom(fansi,strwrap_ctl)
importFrom(methods,setMethod)
importFrom(pillar,align)
importFrom(pillar,ctl_new_pillar)
importFrom(pillar,ctl_new_rowid_pillar)
importFrom(pillar,get_extent)
importFrom(pillar,new_pillar)
importFrom(pillar,new_pillar_shaft)
importFrom(pillar,pillar)
importFrom(pillar,pillar_component)
importFrom(pillar,style_subtle)
importFrom(pillar,tbl_format_header)
importFrom(pkgconfig,get_config)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(rlang,names2)
importFrom(stats,setNames)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tidyr,spread)
importFrom(vctrs,new_data_frame)
importFrom(vctrs,vec_rep)
importFrom(vctrs,vec_rep_each)