GetNbPeptidesUsed: Computes the number of peptides used for aggregating each...

View source: R/agregation.R

GetNbPeptidesUsedR Documentation

Computes the number of peptides used for aggregating each protein

Description

Method to compute the number of quantified peptides used for aggregating each protein

Usage

GetNbPeptidesUsed(X, pepData)

Arguments

X

An adjacency matrix

pepData

A data.frame of quantitative data

Value

A data.frame

Author(s)

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DAPARdata")
protID <- "Protein_group_IDs"
obj.pep <- Exp1_R25_pept[seq_len(10)]
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
pepData <- Biobase::exprs(obj.pep)
GetNbPeptidesUsed(X, pepData)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.