| Enhancers-class {enhancerHomologSearch} | R Documentation |
"Enhancers"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 signature 'Enhancers'
x$name
## S4 replacement method for signature 'Enhancers'
x$name <- value
## S4 method for signature 'Enhancers,ANY'
distance(x)
## S4 replacement method for signature 'Enhancers'
distance(x) <- value
## S4 method for signature 'Enhancers'
tfbp(x)
## S4 method for signature 'Enhancers'
query_tfbp(x)
## S4 method for signature 'Enhancers'
getSeq(x, ...)
## S4 method for signature 'Enhancers,ANY'
subsetByOverlaps(
x,
ranges,
maxgap = -1L,
minoverlap = 0L,
type = c("any", "start", "end", "within", "equal"),
invert = FALSE,
...
)
## S4 method for signature 'Enhancers'
subset(x, ...)
## S4 method for signature 'Enhancers'
seqinfo(x)
## S4 method for signature 'Enhancers'
genome(x)
## S4 replacement method for signature 'Enhancers'
genome(x) <- value
## S4 method for signature 'Enhancers'
peaks(x)
## S4 replacement method for signature 'Enhancers'
peaks(x) <- value
## S4 method for signature 'Enhancers'
show(object)
genome |
An object of BSgenome. |
peaks |
An object of GRanges. |
TFBP |
An object of lgCMatrix. |
TFBP0 |
An vector of logical.
|
x |
An object of |
name |
Slot name. |
value |
The values. |
... |
parameters can be passed to upstream functions. |
ranges, maxgap, minoverlap, type, invert |
parameters used by subsetByOverlaps |
object |
An object of |
An object of Enhancers.
genomeAn object of BSgenome.
peaksAn object of GRanges.
TFBPAn object of lgCMatrix.
TFBP0An vector of logical.
Enhancers()