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

Visualize overlap attributes of edges (resolve ambiguities in GFA/LastGraph files) #47

Open
fedarko opened this issue Aug 9, 2017 · 3 comments
Assignees

Comments

@fedarko
Copy link
Member

fedarko commented Aug 9, 2017

From @fedarko on May 22, 2017 17:52

It's important that this is taken into account in at least some fashion.

GML
A negative mean attribute of an edge indicates overlap.

GFA
We should be able to use CIGAR strings for links in order to determine overlap.

Perhaps we could (at least temporarily) indicate overlap edges as dotted or dashed edges. Ideally we'd actually overlay nodes visually, but I'm not sure how to reconcile that with GraphViz' layout parameters.

Copied from original issue: fedarko/MetagenomeScope#190

@fedarko
Copy link
Member Author

fedarko commented Aug 9, 2017

TODOs:

  • GFA support (read CIGAR string in the preprocessing step, and store that info in the .db file)
  • Ensure that this doesn't produce ambiguities in LastGraph files (since overlap data doesn't seem to be given for those graphs, make sure that the user knows that solid edges in that case don't mean overlaps)

@fedarko
Copy link
Member Author

fedarko commented Aug 9, 2017

Look into collapsing overlapping nodes. And if that wouldn't be possible then figure out something else

@fedarko
Copy link
Member Author

fedarko commented Aug 9, 2017

For reading CIGAR strings, see this documentation.

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

No branches or pull requests

1 participant