GetDetailedNbPeptidesUsed: Computes the detailed number of peptides used for aggregating...

View source: R/agregation.R

GetDetailedNbPeptidesUsedR Documentation

Computes the detailed number of peptides used for aggregating each protein

Description

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

Usage

GetDetailedNbPeptidesUsed(X, qdata.pep)

Arguments

X

An adjacency matrix

qdata.pep

A data.frame of quantitative data

Value

A list of two items

Author(s)

Samuel Wieczorek library(MSnbase) utils::data(Exp1_R25_pept, package='DAPARdata') protID <- "Protein_group_IDs" X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:10], protID, FALSE) ll.n <- GetDetailedNbPeptidesUsed(X, Biobase::exprs(Exp1_R25_pept[1:10]))


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.