View source: R/sanity_checks.R
check_barcodes | R Documentation |
checking overlap between barcodes in counts and coordinates
check_barcodes(mat_barcodes, coordinates, throw = TRUE)
mat_barcodes |
character vector containing barcode names in matrix (count matrix or embedding matrix) |
coordinates |
character vector containing barcode names in tile data frame |
throw |
logical if warning should be thrown or not |
Will throw in a warning if the overlap is not perfect.
overlapping location between counts and coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.