powered by
Takes two-column edge matrix (columns from and two) and produces a list
edges2list(edge.matrix)
Two-column edge matrix.
The list.
# NOT RUN { annot_list<-list(`CHAR:1`=c("HAO:0000933", "HAO:0000958"), `CHAR:2`=c("HAO:0000833", "HAO:0000258")) edge.matrix<-list2edges(annot_list) edges2list(edge.matrix) # }
Run the code above in your browser using DataLab