buildGraph {DAPAR}R Documentation

Display a CC

Description

Display a CC

Usage

buildGraph(The.CC, X)

Arguments

The.CC

A cc (a list)

X

xxxxx

Value

A plot

Author(s)

Thomas Burger, Samuel Wieczorek

Examples

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)

[Package DAPAR version 1.18.5 Index]