Learn R Programming

DAPAR (version 1.4.7)

MeanPeptidesSpeedUp: Compute the intensity of proteins as the mean of the intensities of their peptides.

Description

This function computes the intensity of proteins as the mean of the intensities of their peptides.

Usage

MeanPeptidesSpeedUp(matAdj, expr)

Arguments

matAdj
An adjacency matrix in which lines and columns correspond respectively to peptides and proteins.
expr
A matrix of intensities of peptides

Value

A matrix of intensities of proteins

Examples

Run this code
data(UPSpep25)
protID <- "Protein.group.IDs"
matAdj <- BuildSparseAdjacencyMatrix(UPSpep25, protID, FALSE)
MeanPeptidesSpeedUp(matAdj, Biobase::exprs(UPSpep25))

Run the code above in your browser using DataLab