Description Usage Arguments Value Author(s)
Method to compute the detailed number of quantified peptides used for aggregating each protein
1 | GetDetailedNbPeptidesUsed(X, pepData)
|
X |
An adjacency matrix |
pepData |
A data.frame of quantitative data |
A list of two items
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj.pep <- Exp1_R25_pept[1:1000] protID <- "Protein_group_IDs" X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE) GetDetailedNbPeptidesUsed(X, obj.pep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.