GetCellsInRegion | R Documentation |
Extract cell names containing reads mapped within a given genomic region
GetCellsInRegion(tabix, region, cells = NULL)
tabix |
Tabix object |
region |
A string giving the region to extract from the fragments file |
cells |
Vector of cells to include in output. If NULL, include all cells |
Returns a list
fpath <- system.file("extdata", "fragments.tsv.gz", package="Signac")
GetCellsInRegion(tabix = fpath, region = "chr1-10245-762629")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.