-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,SummarizedExperiment)
S3method(ctl_new_rowid_pillar,SE_print_abstraction)
S3method(print,SummarizedExperiment)
S3method(tbl_format_header,SE_print_abstraction)
S3method(tbl_format_header,tidySummarizedExperiment)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(cli,col_br_black)
importFrom(fansi,strwrap_ctl)
importFrom(methods,setMethod)
importFrom(pillar,align)
importFrom(pillar,ctl_new_rowid_pillar)
importFrom(pillar,get_extent)
importFrom(pillar,new_pillar)
importFrom(pillar,new_pillar_shaft)
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,reduce)
importFrom(rlang,names2)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tidyr,spread)
importFrom(vctrs,new_data_frame)
importFrom(vctrs,vec_rep)
importFrom(vctrs,vec_rep_each)