-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
54 lines (53 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
export(assign_peak_segments)
export(assign_peaks)
export(calc_peak_gene_overlap)
export(chipenrich)
export(load_peaks)
export(num_peaks_per_gene)
export(plot_dist_to_tss)
export(plot_gene_coverage)
export(plot_spline_length)
export(read_bed)
export(read_bedgff)
export(supported_genesets)
export(supported_genomes)
export(supported_locusdefs)
export(supported_methods)
export(supported_read_lengths)
import(chipenrich.data)
import(grid)
import(lattice)
import(latticeExtra)
import(methods)
import(mgcv)
import(parallel)
import(rms)
importClassesFrom(GenomeInfoDb,Seqinfo)
importClassesFrom(GenomicRanges,GRanges)
importFrom(GenomeInfoDb,seqinfo)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(plyr,rbind.fill)
importFrom(stats,as.formula)
importFrom(stats,binom.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,fisher.test)
importFrom(stats,fitted)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,qpois)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stringr,str_match)
importFrom(stringr,str_sub)
importFrom(utils,data)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importMethodsFrom(GenomicRanges,findOverlaps)