reduce_tensor_resolution | R Documentation |
reduce the size of the image tensor by merging barcodes together after compressing coordinates values
reduce_tensor_resolution(coordinates, tensor_resolution = 1)
coordinates |
data frame with barcode coordinates |
tensor_resolution |
numeric (range 0 - 1) describing the compression ratio to be applied to the final image. Default = 1 |
While we compress the coordinates, we retain all barcodes. Each barcode that overlap with each other are marged together. Their respective counts will also be merged together. This allows us to retain all barcodes for downstream analysis.
a data frame with barcodes, x and coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.