GetDetailedNbPeptides {DAPAR} | R Documentation |
Method to compute the detailed number of quantified peptides for each protein
GetDetailedNbPeptides(X)
X |
An adjacency matrix |
A data.frame
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj.pep <- Exp1_R25_pept[1:10] protID <- "Protein_group_IDs" X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE) n <- GetDetailedNbPeptides(X)