You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a problem with edge data containing sequences in tibble format. Turns out BioNet::saveNetwork(type = "XGMML") calls BioNet:::.XGMML.edges(), which in turn saves edge attributes in text; and this text requires string/integer/real values, not tibbles. Would reversing the parsing made to the sequence columns before saving with BioNet work? This would change
There's a problem with edge data containing sequences in tibble format. Turns out
BioNet::saveNetwork(type = "XGMML")
callsBioNet:::.XGMML.edges()
, which in turn saves edge attributes in text; and this text requires string/integer/real values, not tibbles. Would reversing the parsing made to the sequence columns before saving with BioNet work? This would changeto something like
The text was updated successfully, but these errors were encountered: