-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (34 loc) · 862 Bytes
/
NAMESPACE
File metadata and controls
34 lines (34 loc) · 862 Bytes
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
export(metagene)
export(get_demo_bam_files)
export(get_demo_regions)
export(get_demo_metagene)
export(get_demo_design)
export(permutation_test)
export(plot_metagene)
import(GenomicRanges)
import(GenomicAlignments)
import(GenomeInfoDb)
import(IRanges)
import(ggplot2)
import(R6)
import(BiocParallel)
import(Rsamtools)
import(GenomicFeatures)
importFrom(rtracklayer, export)
importFrom(rtracklayer, import)
importFrom(gplots, heatmap.2)
importFrom(tools, file_path_sans_ext)
importFrom(muStat, prentice.test)
importFrom(muStat, mu.friedman.test)
importFrom(matrixStats, colMedians)
importFrom(data.table, data.table)
importFrom(data.table, copy)
importFrom(data.table, .N)
importFrom(purrr, map)
importFrom(purrr, map2)
import(magrittr)
importFrom(methods, is)
importFrom(utils, read.table)
importFrom(ensembldb, select)
import(EnsDb.Hsapiens.v86)
import(stringr)