Learn R Programming

INetTool (version 0.1.1)

adj_rename: adj_rename

Description

This function constructs a list of adjacency matrices with the same row and column names for all the matrices. The output is the object needed for consensusNet function.

Usage

adj_rename(adjL)

Value

a list of adjacency matrices with the same rows and columns name.

Arguments

adjL

list of adjacency matrices

Examples

Run this code
data("tryL_data")
adj_rename(tryL_data)

Run the code above in your browser using DataLab