AggregateMetacell: Symbolic product of matrices

View source: R/agregation.R

AggregateMetacellR 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

data(Exp1_R25_pept, package="DAPARdata")
obj.pep <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj.pep, protID, FALSE)
agg.meta <- AggregateMetacell(X, obj.pep)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.