inner.aggregate.topn: xxxx

View source: R/agregation.R

inner.aggregate.topnR Documentation

xxxx

Description

xxxx

Usage

inner.aggregate.topn(pepData, X, method = "Mean", n = 10)

Arguments

pepData

A data.frame of quantitative data

X

An adjacency matrix

method

xxxxx

n

xxxxx

Value

xxxxx

Author(s)

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10)]
protID <- "Protein_group_IDs"
X <- BuildAdjacencyMatrix(obj, protID, FALSE)
inner.aggregate.topn(Biobase::exprs(obj), X)


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