get.adjacency.matrix: A utility function to convert tab delimited networks file...

View source: R/get.adjacency.matrix.R

get.adjacency.matrixR Documentation

A utility function to convert tab delimited networks file into adjacency matrices

Description

A utility function to convert tab-delimited networks file into adjacency matrices

Usage

get.adjacency.matrix(subnets.file = NULL)

Arguments

subnets.file

A tab-delimited file containing networks. New networks start with a new line with '#' at the begining of network name and subsequent lines contain a binary interaction per line

Value

A list of adjacency matrices

Author(s)

Syed Haider

Examples


subnets.file <- get.program.defaults()[["subnets.file"]];
all.adjacency.matrices <- get.adjacency.matrix(subnets.file);


SIMMS documentation built on April 24, 2022, 5:06 p.m.