get.pep.prot.cc {DAPAR}R Documentation

Build the list of connex composant of the adjacency matrix

Description

Method to 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

utils::data(Exp1_R25_pept, package='DAPARdata') 
X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein_group_IDs", FALSE)
ll <- get.pep.prot.cc(X)


[Package DAPAR version 1.22.9 Index]