forked from ataudt/methimpute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.33 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(print,methimputeBinomialHMM)
export(binCounts)
export(binMethylome)
export(binPositions)
export(binomialTestMethylation)
export(callMethylation)
export(callMethylationSeparate)
export(collapseBins)
export(distanceCorrelation)
export(estimateTransDist)
export(exportMethylome)
export(extractCytosinesFromFASTA)
export(getDistinctColors)
export(getStateColors)
export(importBSMAP)
export(importBSSeeker)
export(importBismark)
export(importMethylpy)
export(inflateMethylome)
export(loadFromFiles)
export(plotConvergence)
export(plotEnrichment)
export(plotHistogram)
export(plotPosteriorDistance)
export(plotScatter)
export(plotTransitionProbs)
import(GenomeInfoDb)
import(GenomicRanges)
import(IRanges)
import(Rcpp)
import(ggplot2)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,vcountPattern)
importFrom(Biostrings,vmatchPattern)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb2hsv)
importFrom(methods,as)
importFrom(methods,is)
importFrom(minpack.lm,nlsLM)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stats,coefficients)
importFrom(stats,dbinom)
importFrom(stats,dist)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(methimpute)