-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Code:
library(rBiopaxParser)
library(igraph)
library(NetPathMiner)
bp = readBiopax("R-HSA-2160456_level3.owl")
g = biopax2igraph(bp)
Error Message:
Processing BioPAX (level 3) object as a metabolic network: 1 reactions found.
Error in [<-.data.frame(*tmp*, edges[, 1] == st[i, 4] & edges[, 2] == :
null values are not allowed in subscripted data frame assignments.
File .owl downloaded from https://reactome.org/content/detail/R-HSA-2160456 (BioPax level 3).
I don't know why it gives me this error
Metadata
Metadata
Assignees
Labels
No labels