unwindAggregation | R Documentation |
Map aggregated to pre-aggregated barcodes
Map aggregated to pre-aggregated barcodes
unwindAggregation(object, var_names = NULL)
object |
An object of class |
var_names |
Optional. A character vector specifying the names of metadata variables to include in the output.
If |
This function reconstructs the original barcodes before the aggregation process was applied. It retrieves the pre-aggregation state of the data and, if specified, adds selected metadata variables.
This function reconstructs the original barcodes before the aggregation process was applied. It retrieves the pre-aggregation state of the data and, if specified, adds selected metadata variables.
A data.frame
containing the original barcodes (barcodes_orig
),
the corresponding aggregated barcodes (barcodes_aggr
), and any additional
metadata variables specified in var_names
.
A data.frame
containing the original barcodes (barcodes),
the corresponding aggregated barcodes (barcodes_aggr), and any additional
metadata variables specified in var_names.
reduceResolutionVisiumHD
for aggregating barcodes by reducing resolution
in VisiumHD data sets.
reduceResolutionVisiumHD
for aggregating barcodes by reducing resolution
in VisiumHD data sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.