GetReadsInRegion | R Documentation |
Extract reads for each cell within a given genomic region or set of regions
GetReadsInRegion( cellmap, region, tabix.file, cells = NULL, verbose = TRUE, ... )
cellmap |
A mapping of cell names in the fragment file to cell names in the Seurat object. Should be a named vector where each element is a cell name that appears in the fragment file and the name of each element is the name of the cell in the Seurat object. |
region |
A genomic region, specified as a string in the format 'chr:start-end'. Can be a vector of regions. |
tabix.file |
A TabixFile object. |
cells |
Cells to include. Default is all cells present in the object. |
verbose |
Display messages |
... |
Additional arguments passed to |
Returns a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.