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

data(Exp1_R25_pept, package="DaparToolshedData")
mat <- BuildAdjacencyMatrix(Exp1_R25_pept[seq_len(10)], "Protein_group_IDs")
GraphPepProt(mat)


samWieczorek/DAPAR2 documentation built on Oct. 15, 2023, 1:45 p.m.