get.pep.prot.cc: Build the list of connex composant of the adjacency matrix

View source: R/get_pep_prot_cc.R

get.pep.prot.ccR Documentation

Build the list of connex composant of the adjacency matrix

Description

Build the list of connex composant of the adjacency matrix

Usage

get.pep.prot.cc(X)

Arguments

X

An adjacency matrix

Value

A list of CC

Author(s)

Thomas Burger, Samuel Wieczorek

Examples

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


samWieczorek/Dapar2 documentation built on Oct. 12, 2023, 9:54 a.m.