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(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept[seq_len(10)]
X <- QFeatures::adjacencyMatrix(obj[[1]])
ll <- get.pep.prot.cc(X)