plotJitter {DAPAR} | R Documentation |
Jitter plot of CC
plotJitter(list.of.cc)
list.of.cc |
List of cc such as returned by the function get.pep.prot.cc |
A plot
Thomas Burger
utils::data(Exp1_R25_pept, package='DAPARdata') X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], "Protein_group_IDs", TRUE) ll <- get.pep.prot.cc(X) plotJitter(ll)