aggregateName | R Documentation |
Aggregate interaction data by row or column names.
aggregateName( data, aggregate = c("row", "column"), counted = FALSE, cutoff = 0, split.by = "_|[|]" )
data |
Interaction data with rows of cell-cell paris and columns of gene-gene pairs. |
aggregate |
Type of aggregation used:
|
counted |
Binarize data to aggregate. Default is FALSE. |
cutoff |
Cutoff for interactions. Default is 0. Only values that are above this threshold will be considered. |
split.by |
interaction pairs. Default is "_" or "|". |
Returns the aggregated matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.