Description Usage Arguments Value Author(s) Examples
View source: R/get_pep_prot_cc.R
Method to build the list of connex composant of the adjacency matrix
1 |
X |
An adjacency matrix |
A list of CC
Thomas Burger, Samuel Wieczorek
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.