GraphPepProt: Function to create a histogram that shows the repartition of...

View source: R/agregation.R

GraphPepProtR 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)


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.