GetDetailedNbPeptidesUsed | R Documentation |
Method to compute the detailed number of quantified peptides used for aggregating each protein
GetDetailedNbPeptidesUsed(X, qdata.pep)
X |
An adjacency matrix |
qdata.pep |
A data.frame of quantitative data |
A list of two items
Samuel Wieczorek
library(DaparToolshedData)
data(Exp1_R25_pept, package="DaparToolshedData")
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(Exp1_R25_pept[seq_len(10)], protID, FALSE)
ll.n <- GetDetailedNbPeptidesUsed(X,
assay(Exp1_R25_pept[seq_len(10)]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.