| 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
## Not run: 
data(Exp1_R25_pept, package="DaparToolshedData")
obj.pep <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
agg.meta <- AggregateMetacell(X, obj.pep)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.