buildGraph {DAPAR} | R Documentation |
Display a CC
buildGraph(The.CC, X)
The.CC |
A cc (a list) |
X |
xxxxx |
A plot
Thomas Burger, Samuel Wieczorek
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)