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

Translocation graph #1973

Closed
wants to merge 2 commits into from
Closed

Translocation graph #1973

wants to merge 2 commits into from

Conversation

rkophs
Copy link

@rkophs rkophs commented Aug 11, 2014

Working example: http://bl.ocks.org/rkophs/d6292eb6453981dc3821

This is somewhat similar to the existing D3 Chord layout (http://bl.ocks.org/mbostock/4062006). However this allows one to show relationships or translocations between specific areas of a group/entity. This is especially useful in trans-location graphs used by many research areas in genetics. Examples at http://circos.ca/intro/published_images/.

I tried to implement this layout similarly to the existing Chord layout for simplicity.

However I also understand if this is better seen fit as a plugin rather than baked into the D3 source. I'm up for suggestions.

@mbostock
Copy link
Member

Thanks for the pull request. I do think this would be better as a plugin rather than an addition to core.

@mbostock mbostock added this to the Icebox milestone Oct 10, 2014
@mbostock mbostock added the req label Oct 21, 2015
@mbostock mbostock closed this Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants