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

Possible bugs about buildElems() with width argument #7

Open
quick2063706271 opened this issue Dec 6, 2021 · 1 comment
Open

Possible bugs about buildElems() with width argument #7

quick2063706271 opened this issue Dec 6, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@quick2063706271
Copy link

quick2063706271 commented Dec 6, 2021

Hi,
when I use buildElems(), it seems to coerce all width into characters.

# g is a igraph object
edges <- data.frame(
      source = get.edgelist(g)[, 1],
      target = get.edgelist(g)[, 2],
      width = E(g)$width
    )
edges = buildElems(edges, type = 'Edge')

Error message:

Error in buildEdge(source = "DAP12 signaling", target = "Axon guidance",  : 
  width must be numeric 
@jhk0530
Copy link
Owner

jhk0530 commented Sep 22, 2023

Hi, @quick2063706271

This repository will move to my personal repository since this organization doesn't maintained.

so I'll copy this issue to there and close in here.

Thanks

Kim

@jhk0530 jhk0530 closed this as completed Sep 22, 2023
@jhk0530 jhk0530 reopened this Sep 22, 2023
@jhk0530 jhk0530 added the bug Something isn't working label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants