SingleFileCutMatrix | R Documentation |
Generate matrix of integration sites
SingleFileCutMatrix(cellmap, region, cells = NULL, tabix.file, 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 set of GRanges containing the regions of interest |
cells |
Which cells to include in the matrix. If NULL, use all cells in the cellmap |
tabix.file |
A |
verbose |
Display messages |
Generates a cell-by-position matrix of Tn5 integration sites centered on a given region (usually a DNA sequence motif). This matrix can be used for downstream footprinting analysis.
Returns a sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.