plotJitter: Jitter plot of CC

Description Usage Arguments Value Author(s) Examples

View source: R/get_pep_prot_cc.R

Description

Jitter plot of CC

Usage

1
plotJitter(list.of.cc)

Arguments

list.of.cc

List of cc such as returned by the function get.pep.prot.cc

Value

A plot

Author(s)

Thomas Burger

Examples

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

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