fslaborg / fslaborg/FsLab

Generic extension to visualize Graphoscope graphs with Cytoscape.NET

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Difficulty: Intermediate FsLab Hackathon 2023 Status: Available
Dominant language
F#
Stars
35
Forks
3
PR merge metrics
No merged PRs in 30d

Description

### 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)

```fsharp
FGraph.init(...)
|> FGraph.toCyGraph
|> CyGraph.withStyle (...)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.