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

Generic extension to visualize Graphoscope graphs with Cytoscape.NET #11

Open
kMutagene opened this issue Sep 22, 2023 · 0 comments
Open
Labels
Difficulty: Intermediate Hackathon projects with intermediate difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available

Comments

@kMutagene
Copy link
Member

kMutagene commented Sep 22, 2023

Description

This is a 'glue' function that reduces friction between usage of Graphoscope and Cytoscape.NET.

When working with graphs, visualization is a common task. This would ideally work in a smooth pipeline, where a function transforms the input graph to a CyGraph for visualization, which can then further be used in the pipeline for additional styling, etc. before display

(the following is just a rough draft, might be not directly possible to implement it like this)

FGraph.init(...)
|> FGraph.toCyGraph
|> CyGraph.withStyle (...)
@kMutagene kMutagene added Difficulty: Intermediate Hackathon projects with intermediate difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available labels Sep 22, 2023
@kMutagene kMutagene moved this to Status: Available in FsLab Hackathon 2023 Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Intermediate Hackathon projects with intermediate difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available
Projects
Status: Status: Available
Development

No branches or pull requests

1 participant