-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
47 lines (46 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(print,rjmcmcNucleosomes)
S3method(print,rjmcmcNucleosomesBeforeAndAfterPostTreatment)
S3method(print,rjmcmcNucleosomesMerge)
export(mergeAllRDSFilesFromDirectory)
export(mergeRDSFiles)
export(plotNucleosomes)
export(postTreatment)
export(rjmcmc)
export(rjmcmcCHR)
export(segmentation)
importFrom(BiocGenerics,end)
importFrom(BiocGenerics,sapply)
importFrom(BiocGenerics,start)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(GenomeInfoDb,Seqinfo)
importFrom(GenomeInfoDb,genome)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,strand)
importFrom(IRanges,IRanges)
importFrom(IRanges,coverage)
importFrom(IRanges,splitAsList)
importFrom(Rcpp,evalCpp)
importFrom(S4Vectors,isSingleInteger)
importFrom(S4Vectors,isSingleNumber)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,runValue)
importFrom(S4Vectors,subjectHits)
importFrom(consensusSeekeR,findConsensusPeakRegions)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(methods,is)
importFrom(stats,aggregate)
importFrom(stats,setNames)
useDynLib(RJMCMCNucleosomes)