GraphPepProt {DAPAR}R Documentation

Function to create a histogram that shows the repartition of peptides w.r.t. the proteins

Description

Method to create a plot with proteins and peptides on a MSnSet object (peptides)

Usage

GraphPepProt(mat)

Arguments

mat

An adjacency matrix.

Value

A histogram

Author(s)

Alexia Dorffer, Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
mat <- BuildAdjacencyMatrix(Exp1_R25_pept[1:10], "Protein_group_IDs")
GraphPepProt(mat)


[Package DAPAR version 1.25.4 Index]