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

[Feature Request] Process visualisation #349

Open
4 tasks
Freymaurer opened this issue Apr 10, 2024 · 2 comments
Open
4 tasks

[Feature Request] Process visualisation #349

Freymaurer opened this issue Apr 10, 2024 · 2 comments

Comments

@Freymaurer
Copy link
Collaborator

Goal: Visualisation of process graph displaying IOType cell values.

@HLWeil @Brilator @bfrommer

ARCtrl

  • Move query model API to ARCtrl.
  • Implement Graph based View on data model in ARCtrl.
  • .. find start nodes
  • .. find processes based on nodes

Visualisation

  • Preferred tool: Cytoscape
  • display as nodes and edges.
  • FileGraph: Displays Invstigation -> Study -> Assay graph
  • IOType graph: Displays input/output cell values in processes
  • Legend for process names for highlighting.

FileView

graph LR

i["ARC(Investigation)"]
s1["study 1"]
s2["study 2"]
s3["study 3"]

a1["assay 1"]
a2["assay 2"]
a3["assay 3"]

i --> s1
i --> s2
i --> s3

s1 --> a1
s2 --> a2
s2 --> a3
s3 --> a3
Loading

SampleView

WIP

@Brilator
Copy link
Member

User feature request: "search for all information related to a specific sample within an ARC"

This probably asks for more than "just visualization", but would be cool to be able to search for and follow the graph for a single or set of sample(s).

@HLWeil
Copy link
Member

HLWeil commented Jul 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

3 participants