get.pep.prot.cc {DAPAR} | R Documentation |
Method to build the list of connex composant of the adjacency matrix
get.pep.prot.cc(X)
X |
An adjacency matrix |
A list of CC
Thomas Burger, Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein_group_IDs", FALSE) ll <- get.pep.prot.cc(X)