AggregateMetacell {DAPAR}R Documentation

Symbolic product of matrices

Description

Execute a product two matrices: the first is an adjacency one while the second if a simple dataframe

Usage

AggregateMetacell(X, obj.pep)

Arguments

X

An adjacency matrix between peptides and proteins

obj.pep

A dataframe of the cell metadata for peptides

Value

xxxx

Author(s)

Samuel Wieczorek

Examples

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)


[Package DAPAR version 1.26.0 Index]