Description Usage Arguments Value Author(s) Examples
View source: R/get_pep_prot_cc.R
Display a CC
1 | buildGraph(The.CC, X)
|
The.CC |
A cc (a list) |
X |
xxxxx |
A plot
Thomas Burger, Samuel Wieczorek
1 2 3 4 | utils::data(Exp1_R25_pept, package='DAPARdata')
X <- BuildAdjacencyMatrix(Exp1_R25_pept, "Protein_group_IDs", FALSE)
ll <- get.pep.prot.cc(X)
g <- buildGraph(ll[[1]], X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.