| GetNbPeptidesUsed | R Documentation | 
Method to compute the number of quantified peptides used for aggregating each protein
GetNbPeptidesUsed(X, pepData)
| X | An adjacency matrix | 
| pepData | A data.frame of quantitative data | 
A data.frame
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
protID <- "Protein_group_IDs"
obj.pep <- Exp1_R25_pept[seq_len(10)]
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
pepData <- Biobase::exprs(obj.pep)
GetNbPeptidesUsed(X, pepData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.