-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
53 lines (52 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
S3method("[",Chromunity)
S3method("[",Covariate)
S3method(c,Chromunity)
S3method(c,Covariate)
S3method(length,Chromunity)
S3method(length,Covariate)
S3method(names,Chromunity)
S3method(names,Covariate)
export(Chromunity)
export(ChromunityObj)
export(Covariate)
export(annotate)
export(cmessage)
export(covariate)
export(csv2gr)
export(fit)
export(parquet2gr)
export(powerset)
export(re_background)
export(re_chromunity)
export(sliding_window_background)
export(sliding_window_chromunity)
export(smessage)
export(sscore)
export(synergy)
import(GenomicRanges)
import(R6)
import(arrow)
import(gUtils)
import(zoo)
importFrom(BiocGenerics,t)
importFrom(MASS,ginv)
importFrom(Matrix,sparseMatrix)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,transpose)
importFrom(igraph,cluster_fast_greedy)
importFrom(igraph,cluster_louvain)
importFrom(igraph,graph.adjacency)
importFrom(magrittr,"%>%")
importFrom(parallel,mclapply)
importFrom(pbmcapply,pbmclapply)
importFrom(plyr,round_any)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(utils,globalVariables)