Description Usage Arguments Value Author(s) Examples
Method to xxxxx
1 | aggregateIter(obj.pep, X, init.method = "Sum", method = "Mean", n = NULL)
|
obj.pep |
xxxxx |
X |
xxxx |
init.method |
xxxxx |
method |
xxxxx |
n |
xxxx |
A protein object of class MSnset
Samuel Wieczorek
1 2 3 4 5 6 7 | ## Not run:
utils::data(Exp1_R25_pept, package='DAPARdata')
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(Exp1_R25_pept[1:1000], protID, FALSE)
aggregateIter(Exp1_R25_pept[1:1000],X=X)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.