forked from wangk4/chipenrich
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
67 lines (66 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(assign_peak_segments)
export(assign_peaks)
export(broadenrich)
export(calc_peak_gene_overlap)
export(chipenrich)
export(hybridenrich)
export(load_peaks)
export(num_peaks_per_gene)
export(peaks2genes)
export(plot_chipenrich_spline)
export(plot_dist_to_tss)
export(plot_gene_coverage)
export(plot_polyenrich_spline)
export(polyenrich)
export(proxReg)
export(read_bed)
export(supported_genesets)
export(supported_genomes)
export(supported_locusdefs)
export(supported_methods)
export(supported_read_lengths)
import(GenomicRanges)
import(chipenrich.data)
import(grid)
import(lattice)
import(latticeExtra)
import(methods)
import(mgcv)
import(org.Dm.eg.db)
import(org.Dr.eg.db)
import(org.Hs.eg.db)
import(org.Mm.eg.db)
import(org.Rn.eg.db)
import(parallel)
import(rms)
import(rtracklayer)
importFrom(AnnotationDbi,mappedkeys)
importFrom(BiocGenerics,unlist)
importFrom(GenomeInfoDb,seqinfo)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,splitAsList)
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,predict)
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)