An object of class "Enhancers" represents the output of function getENCODEdata, which includes the sequences of enhancers and their genomic coordinates.
Enhancers(genome, peaks, TFBP, TFBP0)
# S4 method for Enhancers
$(x, name)
# S4 method for Enhancers
$(x, name) <- value
# S4 method for Enhancers,ANY
distance(x)
# S4 method for Enhancers
distance(x) <- value
# S4 method for Enhancers
tfbp(x)
# S4 method for Enhancers
query_tfbp(x)
# S4 method for Enhancers
getSeq(x, ...)
# S4 method for Enhancers,ANY
subsetByOverlaps(
x,
ranges,
maxgap = -1L,
minoverlap = 0L,
type = c("any", "start", "end", "within", "equal"),
invert = FALSE,
...
)
# S4 method for Enhancers
subset(x, ...)
# S4 method for Enhancers
seqinfo(x)
# S4 method for Enhancers
genome(x)
# S4 method for Enhancers
genome(x) <- value
# S4 method for Enhancers
peaks(x)
# S4 method for Enhancers
peaks(x) <- value
# S4 method for Enhancers
show(object)
An object of BSgenome.
An object of GRanges.
An object of lgCMatrix.
An vector of logical.
"Enhancers"
An object of "Enhancers"
Slot name.
The values.
parameters can be passed to upstream functions.
parameters used by subsetByOverlaps
An object of "Enhancers"
An object of Enhancers.
Enhancers()
#> This is an empty object of Enhancers.