Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opacity on 2d-rectangle-domains and linear-2d-rectangle-domain track-type issue #86

Open
ddepierre opened this issue Mar 6, 2023 · 0 comments

Comments

@ddepierre
Copy link

Hi higlass team,

I have got a issue using 2d-rectangle-domains datatype, is there a way not to fill rectangles?
I though Opacity 0% would do it but apparently it is still taking the score column as input of opacity, even after I set opacity to 0%
Alternatively, could you add "configure series"->"Fill color"-> NULL?

image

Originally, I wanted to used the track-type: linear-2d-rectangle-domains to visualize domains, but I didn't get how to ingest it, because track-type described in https://docs.higlass.io/track_types.html#linear-2d-rectangle-domain is not an argument of ingest function, and no infos about how to prepare linear-2d-rectangle-domains datatype in https://docs.higlass.io/data_preparation.html#bedpe-like-files

I tried
clodius aggregate bedfile --chromsizes-filename ./data/chrom.sizes.tsv ./data/my.bed
and
higlass-manage ingest ./data/my.bed.beddb --name my.bed --datatype linear-2d-rectangle-domain

No error returned but apparently my file is not ingested.
if you could also help me with that please!
Can I plot linear-2d-rectangle-domain from bed or it has to be from bedpe? I also tried from bedpe, but same, I can ingest it with 2d-rectangle-domain datatype (picture I attached), but does not work with linear-2d-rectangle-domain

Cheers,
David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant