Skip to content

Strange behavior of bigwig visualization #88

@camelest

Description

@camelest

Hi, thank you so much for the wonderful tool.

I have been working on bigwig visualization and depending on the display range, somehow the bigwig signals seem to change a lot. (v0.3.8) When we show the files at the boarder view, the signal becomes much lower.

Do you have any ideas what causes this?

frame = \
BigWig(bw1, alpha=0.6, color="#ff3366") + Title("fwd") + \
BigWig(bw2, alpha=0.6, color="#3300ff") + Title("rev")

frame.plot("chr5:35856000-35858000")
frame.plot("chr5:35840000-35858000")

This does not change even if I add num_bins = 1

Thank you so much for your help!

Example2 Example1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions