getProteinsStats: Computes the number of proteins that are only defined by...

Description Usage Arguments Value Author(s) Examples

View source: R/agregation.R

Description

This function computes the number of proteins that are only defined by specific peptides, shared peptides or a mixture of two.

Usage

1
getProteinsStats(matShared)

Arguments

matShared

The adjacency matrix with both specific and shared peptides.

Value

A list

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
5
utils::data(Exp1_R25_pept, package='DAPARdata')
protID <- "Protein_group_IDs"
obj <- Exp1_R25_pept[1:1000]
MShared <- BuildAdjacencyMatrix(obj, protID, FALSE)
getProteinsStats(MShared)

DAPAR documentation built on April 11, 2021, 6 p.m.