getProteinsStats | R Documentation |
This function computes the number of proteins that are only defined by specific peptides, shared peptides or a mixture of two.
getProteinsStats(matShared)
matShared |
The adjacency matrix with both specific and shared peptides. |
A list
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') protID <- "Protein_group_IDs" obj <- Exp1_R25_pept[1:20] MShared <- BuildAdjacencyMatrix(obj, protID, FALSE) getProteinsStats(matShared=MShared)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.