display.CC.visNet: Display a CC

Description Usage Arguments Value Author(s) Examples

View source: R/get_pep_prot_cc.R

Description

Display a CC

Usage

1
2
3
4
5
6
7
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

1
2
3
4
5
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)
display.CC.visNet(g)

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