-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·71 lines (70 loc) · 1.78 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
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export(build_count_matrix)
export(build_cpg)
export(build_h5)
export(build_met_obj)
export(calldiff_turbo)
export(calldmrs_turbo)
export(compute_qc_value)
export(filter_obs_var)
export(impute_met_obj)
export(met_obs)
export(met_var)
export(plot_dens)
export(plot_dmrs)
export(plot_hist)
export(plot_scatter)
export(pre_calldmrs)
import(BiocParallel)
import(DelayedArray)
import(DelayedMatrixStats)
import(ggplot2)
import(presto)
import(rhdf5)
import(utils)
importFrom(BSgenome,getBSgenome)
importFrom(Biostrings,matchPattern)
importFrom(GenomicRanges,GRanges)
importFrom(HDF5Array,HDF5Array)
importFrom(HDF5Array,writeHDF5Array)
importFrom(IRanges,IRanges)
importFrom(IRanges,collapse)
importFrom(IRanges,desc)
importFrom(IRanges,intersect)
importFrom(IRanges,setdiff)
importFrom(IRanges,shift)
importFrom(IRanges,slice)
importFrom(IRanges,union)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,show)
importFrom(rhdf5,h5createDataset)
importFrom(rhdf5,h5createFile)
importFrom(rhdf5,h5createGroup)
importFrom(rhdf5,h5delete)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5set_extent)
importFrom(rhdf5,h5write)
importFrom(rlang,.data)
importFrom(stringi,stri_join)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,starts_with)
importFrom(utils,.DollarNames)
importFrom(utils,prompt)
importFrom(utils,relist)
importFrom(utils,stack)
importFrom(utils,txtProgressBar)
useDynLib(methylTracer, .registration = TRUE)