-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
22 lines (20 loc) · 844 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
importClassesFrom(Biostrings, DNAString, DNAStringSet)
importClassesFrom(ShortRead, ShortReadQ)
importFrom(IRanges, width)
importFrom(XVector, subseq)
importFrom(Biostrings, DNAStringSet, quality, readDNAStringSet)
importFrom(ShortRead, countLines, readFastq)
importFrom(graphics, hist)
importFrom(methods, is)
importFrom(stats, convolve, dbeta, dgamma, dnbinom, dnorm, fft, nextn, pnbinom, runif)
importFrom(utils, relist)
S3method(print, SimulatedExperiment)
S3method(print, SimulatedFeature)
S3method(summary, SimulatedExperiment)
S3method(reconcileFeatures, NucleosomePosition)
S3method(featureDensity, StablePhasedFeature)
S3method(featureDensity, ReversePhasedFeature)
S3method(featureDensity, StableFeature)
S3method(featureDensity, NFRFeature)
S3method(featureDensity, FuzzyFeature)
exportPattern("^[[:alpha:]][[:alnum:]]*$")