CountPep | R Documentation |
This function computes the number of peptides used to aggregate proteins.
CountPep(M)
M |
A "valued" adjacency matrix in which lines and columns correspond respectively to peptides and proteins. |
A vector of boolean which is the adjacency matrix but with NA values if they exist in the intensity matrix.
Alexia Dorffer
library(DAPARdata) utils::data(Exp1_R25_pept) protID <- "Protein_group_IDs" M <- BuildAdjacencyMatrix(Exp1_R25_pept[1:10], protID, FALSE) CountPep(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.