display.CC.visNet: Display a CC

View source: R/get_pep_prot_cc.R

display.CC.visNetR Documentation

Display a CC

Description

Display a CC

Usage

display.CC.visNet(
  g,
  layout = layout_nicely,
  obj = NULL,
  prot.tooltip = NULL,
  pept.tooltip = NULL
)

Arguments

g

A cc (a list)

layout

xxxxx

obj

xxx

prot.tooltip

xxx

pept.tooltip

xxx

Value

A plot

Author(s)

Thomas Burger, Samuel Wieczorek

Examples

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)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.