GetDetailedNbPeptides {DAPAR}R Documentation

Computes the detailed number of peptides for each protein

Description

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

Usage

GetDetailedNbPeptides(X)

Arguments

X

An adjacency matrix

Value

A data.frame

Author(s)

Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
obj.pep <- Exp1_R25_pept[1:10]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
n <- GetDetailedNbPeptides(X)


[Package DAPAR version 1.25.4 Index]