edges2list {ontoFAST}R Documentation

Convert edge matrix to list

Description

Takes two-column edge matrix (columns from and two) and produces a list

Usage

edges2list(edge.matrix)

Arguments

edge.matrix

Two-column edge matrix.

Value

The list.

Examples

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)

[Package ontoFAST version 1.0.0 Index]