-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.61 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
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,AggregatedCoverage)
S3method(expand,CoverageExperiment)
S3method(print,AggregatedCoverage)
S3method(print,CoverageExperiment)
S3method(tbl_format_header,tidyAggregatedCoverage)
S3method(tbl_format_header,tidyCoverageExperiment)
export(CoverageExperiment)
export(aggregate)
export(as_tibble)
export(coarsen)
export(expand)
export(geom_aggrcoverage)
export(geom_coverage)
export(scale_x_genome)
export(scale_y_coverage)
export(show)
exportMethods(CoverageExperiment)
exportMethods(aggregate)
exportMethods(coarsen)
exportMethods(show)
import(GenomeInfoDb)
import(GenomicRanges)
import(SummarizedExperiment)
import(ggplot2)
import(methods)
importFrom(BiocIO,resource)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(IRanges,NumericList)
importFrom(S4Vectors,aggregate)
importFrom(SummarizedExperiment,assayNames)
importFrom(cli,console_width)
importFrom(cli,symbol)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(fansi,strwrap_ctl)
importFrom(pillar,align)
importFrom(pillar,get_extent)
importFrom(pillar,style_subtle)
importFrom(pillar,tbl_format_header)
importFrom(purrr,map_chr)
importFrom(rlang,names2)
importFrom(rtracklayer,BigWigFile)
importFrom(rtracklayer,BigWigFileList)
importFrom(scales,oob_squish)
importFrom(scales,unit_format)
importFrom(stats,qt)
importFrom(stats,setNames)
importFrom(tidyr,all_of)
importFrom(tidyr,any_of)
importFrom(tidyr,expand)
importFrom(tidyr,pivot_longer)
importFrom(vctrs,new_data_frame)