filter_grid | R Documentation |
filtered stray barcodes/spatial indices.
filter_grid(coordinates, filter_grid)
coordinates |
data frame containing barcodes, / y coordinates of each barcode. |
filter_grid |
numeric describing size of the grid to use as proporiton of array size. |
we create a grid over the data an check which grid section contain a number of barcodes lower than a quantile threshold. Those barcodes will be removed. As it stands, I am not satisfied with this function. I think it is too restrictive and will most likely not be applicable to highly standardised assay.
a data.frame containing barcodes, x and y coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.