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

Toy Model #8

Closed
mortonjt opened this issue Jan 11, 2018 · 1 comment
Closed

Toy Model #8

mortonjt opened this issue Jan 11, 2018 · 1 comment
Assignees

Comments

@mortonjt
Copy link
Collaborator

mortonjt commented Jan 11, 2018

Need a simple model that

  1. Calculates the coordinates of the nodes given an skbio.TreeNode object.
  2. Calculates all of the parent/child relationships
  3. Assigns metadata (i.e. edge color and node size)
  4. Outputs a node metadata pd.DataFrame and an edge metadata pd.DataFrame

See the coords method in Gneiss. It may make more sense to output the parent node rather than the children, since every node will have a parent (except for the root node).

@htoo97
Copy link
Collaborator

htoo97 commented Jan 11, 2018

Default layout: radial

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

3 participants