Learn R Programming

DAPAR (version 1.4.7)

SumPeptidesSpeedUp: Compute the intensity of proteins with the sum of the intensities of their peptides.

Description

This function computes the intensity of proteins based on the sum of the intensities of their peptides.

Usage

SumPeptidesSpeedUp(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"
M <- BuildSparseAdjacencyMatrix(UPSpep25, protID, FALSE)
SumPeptidesSpeedUp(M, Biobase::exprs(UPSpep25))

Run the code above in your browser using DataLab