cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
48 stars 20 forks source link

Convert tibbles to dataframes in createNetworkFromDataframes #106

Closed AlexanderPico closed 3 years ago

AlexanderPico commented 3 years ago

Function should work if input objects are tibbles. Check for other functions with dataframe inputs as well.

bdemchak commented 3 years ago

Convert tibbles to dataframes in createNetworkFromDataframes #106

AlexanderPico commented 3 years ago

Works fine!

https://github.com/cytoscape/RCy3/blob/master/R/Networks.R#L923