CountPep: Compute the number of peptides used to aggregate proteins

View source: R/agregation.R

CountPepR Documentation

Compute the number of peptides used to aggregate proteins

Description

This function computes the number of peptides used to aggregate proteins.

Usage

CountPep(M)

Arguments

M

A "valued" adjacency matrix in which lines and columns correspond respectively to peptides and proteins.

Value

A vector of boolean which is the adjacency matrix but with NA values if they exist in the intensity matrix.

Author(s)

Alexia Dorffer

Examples

data(Exp1_R25_pept, package="DaparToolshedData")
protID <- "Protein_group_IDs"
M <- BuildAdjacencyMatrix(Exp1_R25_pept[seq_len(10)], protID, FALSE)
CountPep(M)


samWieczorek/DAPAR2 documentation built on Oct. 15, 2023, 1:45 p.m.