splitAdjacencyMat: splits an adjacency matrix into specific and shared

View source: R/agregation.R

splitAdjacencyMatR Documentation

splits an adjacency matrix into specific and shared

Description

Method to split an adjacency matrix into specific and shared

Usage

splitAdjacencyMat(X)

Arguments

X

An adjacency matrix

Value

A list of two adjacency matrices

Author(s)

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DaparToolshedData")
obj.pep <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
ll <- splitAdjacencyMat(X)


samWieczorek/DAPAR2 documentation built on Oct. 15, 2023, 1:45 p.m.