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

Description Usage Arguments Value Author(s) Examples

View source: R/get_pep_prot_cc.R

Description

Method to build the list of connex composant of the adjacency matrix

Usage

1

Arguments

X

An adjacency matrix

Value

A list of CC

Author(s)

Thomas Burger, Samuel Wieczorek

Examples

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

DAPAR documentation built on April 11, 2021, 6 p.m.