mangal-interactions / mangal-api

mangal RESTful API services - documentation at
https://mangal-interactions.github.io/mangal-api/
MIT License
0 stars 1 forks source link

Prepopulate standard metrics #51

Closed SteveViss closed 5 years ago

SteveViss commented 5 years ago

For the network datatable, this would include # of nodes and interactions, potentially a modularity factor, and the interactions database with degree and eigen.centrality.

Recommendation from https://github.com/ropensci/software-review/issues/332 (by @arw36)

tpoisot commented 5 years ago

I don't agree with this. Not very useful, let's not add it.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Steve Vissault notifications@github.com Sent: Thursday, August 29, 2019 9:35:12 AM To: mangal-wg/mangal-api mangal-api@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [mangal-wg/mangal-api] Prepopulate standard metrics (#51)

For the network datatable, this would include # of nodes and interactions, potentially a modularity factor, and the interactions database with degree and eigen.centrality.

Recommendation from ropensci/software-review#332https://github.com/ropensci/software-review/issues/332 (by arw36)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mangal-wg/mangal-api/issues/51?email_source=notifications&email_token=AAENOAJMVZ4AEYN7GRL7E7LQG7GBBA5CNFSM4ISCLYCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HIGOXNA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAENOAODMENPW6WIUEPRGPDQG7GBBANCNFSM4ISCLYCA.

SteveViss commented 5 years ago

It might be useful to filter networks based on properties but it's a lot of work for few functionalities. Each properties have to be set as generated columns (see https://www.postgresql.org/docs/12/ddl-generated-columns.html). I close it for the moment.