GetDetailedNbPeptides: Computes the detailed number of peptides for each protein

View source: R/agregation.R

GetDetailedNbPeptidesR Documentation

Computes the detailed number of peptides for each protein

Description

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

Usage

GetDetailedNbPeptides(X)

Arguments

X

An adjacency matrix

Value

A data.frame

Author(s)

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DaparToolshedData")
obj.pep <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
n <- GetDetailedNbPeptides(X)


samWieczorek/Dapar2 documentation built on Oct. 12, 2023, 9:54 a.m.