Get cells in a region
Extract cell names containing reads mapped within a given genomic region
GetCellsInRegion(tabix, region, cells = NULL)
tabix
: Tabix objectregion
: A string giving the region to extract from the fragments filecells
: Vector of cells to include in output. If NULL, include all cellsReturns a list
fpath <- system.file("extdata", "fragments.tsv.gz", package="Signac") GetCellsInRegion(tabix = fpath, region = "chr1-10245-762629")
Useful links