AggregateMetacell {DAPAR} | 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
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)