cytoscape / RCy3

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

remove factors in df for createNetworkFromDataFrames #72

Closed AlexanderPico closed 4 years ago

AlexanderPico commented 4 years ago

simply create a new df from the one provided, e.g.,

df.clean <- data.frame(df.user, stringsAsFactors = FALSE)