GetDetailedNbPeptides: Computes the detailed number of peptides for each protein

Description Usage Arguments Value Author(s) Examples

View source: R/agregation.R

Description

Method to compute the detailed number of quantified peptides for each protein

Usage

1

Arguments

X

An adjacency matrix

Value

A data.frame

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
5
utils::data(Exp1_R25_pept, package='DAPARdata')
obj.pep <- Exp1_R25_pept[1:1000]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
GetDetailedNbPeptides(X)

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