VEuPathDB / plot.data

1 stars 0 forks source link

Parent issue: bipartite network class for correlation #234

Closed asizemore closed 7 months ago

asizemore commented 10 months ago

To Dos:

asizemore commented 9 months ago

Note we'll have to make a choice at some point of which network methods we ask something like igraph to do and which we want to do ourselves. For example, let's say we have the network in a matrix format. The weighted degree is just the row/col sums. Why would we take the time to convert to an igraph format for that? But something like community detection is worth going to igraph for.

d-callan commented 7 months ago

im going to close this. as specific needs arise, we can file individual tickets.