View source: R/fragmentObject.R
ValidateCells | R Documentation |
Search for a fragment from each cell that should exist in the fragment file. Will iterate through chunks of the fragment file until at least one fragment from each cell barcode requested is found.
ValidateCells( object, cells = NULL, tolerance = 0.5, max.lines = 5e+07, verbose = TRUE )
object |
A |
cells |
A character vector containing cell barcodes to search for. If NULL, use the cells stored in the Fragment object. |
tolerance |
Fraction of input cells that can be unseen before returning
TRUE. For example, |
max.lines |
Maximum number of lines to read in without finding the required number of cells before returning FALSE. Setting this value avoids having to search the whole file if it becomes clear that the expected cells are not present. Setting this value to NULL will enable an exhaustive search of the entire file. |
verbose |
Display messages |
ValidateCells
print("see https://satijalab.org/signac/reference/validatecells")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.