Skip to contents

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

Thomas Burger, Samuel Wieczorek

Examples

data(subR25pept)
X <- QFeatures::adjacencyMatrix(subR25pept[[1]])
ll <- get.pep.prot.cc(X)