Skip to content

Data missing from center of footprint plot #1985

Description

@michanthchristopher

When I run Footprint() and set an argument for a specific motif, I get a plot that I would expect from the vignette.

flare_foot <- Footprint(
object = hrff,
motif = 'SP1',
in.peaks = TRUE,
genome = BSgenome.Hsapiens.UCSC.hg38,
key = 'SP1_in_peaks'
)

Image

However, when I specify regions of interest like DAR, my plot appears to have missing data.

flare_foot <- Footprint(
object = hrff,
in.peaks = TRUE,
region = dar_resized,
genome = BSgenome.Hsapiens.UCSC.hg38,
key = 'SP1_in_peaks'
)

Image

Is this a known phenomenon or a mathematical artifact of only testing a set of regions? I tried to reproduce with atac_small, but cannot get footprint() to work on that object

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions