Skip to contents

Convert bipartite edge list to adjacency mat

Usage

el2adj(el)

Arguments

el

An edge list dataframe with three columns. First column is TF name, second column is gene name, and third column is edge weight.

Value

An adjacency matrix with rows as TFs and columns as genes.