Learn R Programming

DAPAR (version 1.4.7)

GraphPepProt: 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

Examples

Run this code
data(UPSpep25)
mat <- BuildAdjacencyMatrix(UPSpep25, "Protein.group.IDs")
GraphPepProt(mat)

Run the code above in your browser using DataLab