Description Usage Arguments Value Author(s) Examples
This function computes the intensity of proteins based on the sum of the intensities of their peptides.
1 | aggregateSum(obj.pep, X)
|
obj.pep |
A matrix of intensities of peptides |
X |
An adjacency matrix in which lines and columns correspond respectively to peptides and proteins. |
A matrix of intensities of proteins
Alexia Dorffer
1 2 3 4 5 6 7 8 | ## Not run:
utils::data(Exp1_R25_pept, package='DAPARdata')
protID <- "Protein_group_IDs"
obj.pep <- Exp1_R25_pept[1:1000]
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
DAPAR::aggregateSum(obj.pep, X)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.