Find peaks or regions near gene body or TSS
A GRanges
object with peak regions.
A GRanges
object with gene coordinates.
Vector of separators to use for genomic string. First element is used to separate chromosome and coordinates, second separator is used to separate start and end coordinates.
Character specifying the method to link peak overlapping motif regions to nearby genes. On of 'Signac' or 'GREAT'.
Integer defining the distance upstream of the gene/TSS to consider.
Integer defining the distance downstream of the gene/TSS to consider.
Integer defining the distance from the upstream and downstream of the basal regulatory region. Used only when method is 'GREAT'.
Logical value. Measure distance from the TSS (TRUE
)
or from the entire gene body (FALSE
).
Logical value. Display messages
A sparse binary Matrix with gene/peak matches.