VEuPathDB / plot.data

1 stars 0 forks source link

Networks: the constructors for networks in R using an edge list expect overly specific column names #250

Open d-callan opened 7 months ago

d-callan commented 7 months ago

right now i think its looking specifically for 'source' and 'target' columns. we should probably do something like assume the first two columns are source and target and all other cols are attributes of the links.. not essential, but slightly annoying.