AggregateMetacell | R Documentation |
Execute a product two matrices: the first is an adjacency one while the second if a simple dataframe
AggregateMetacell(X, obj.pep)
X |
An adjacency matrix between peptides and proteins |
obj.pep |
A dataframe of the cell metadata for peptides |
xxxx
Samuel Wieczorek
library(MSnbase) utils::data(Exp1_R25_pept, package='DAPARdata') obj.pep <- Exp1_R25_pept[1:100] protID <- "Protein_group_IDs" X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE) agg.meta <- AggregateMetacell(X, obj.pep)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.