Skip to contents

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

Usage

getProteinsStats(X)

Arguments

X

The adjacency matrix with both specific and shared peptides.

Value

A list

Author

Samuel Wieczorek, Manon Gaudin

Examples

if (FALSE) { # \dontrun{
data(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept[seq_len(20)]
obj.last <- obj[[length(obj)]]
X <- BuildAdjacencyMatrix(obj.last)
getProteinsStats(X)
} # }