View source: R/get_pep_prot_cc.R
display.CC.visNet | R Documentation |
Display a CC
display.CC.visNet(
g,
layout = layout_nicely,
obj = NULL,
prot.tooltip = NULL,
pept.tooltip = NULL
)
g |
A cc (a list) |
layout |
xxxxx |
obj |
xxx |
prot.tooltip |
xxx |
pept.tooltip |
xxx |
A plot
Thomas Burger, Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(100)]
X <- BuildAdjacencyMatrix(obj, "Protein_group_IDs", FALSE)
ll <- get.pep.prot.cc(X)
g <- buildGraph(ll[[1]], X)
display.CC.visNet(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.