LookupGeneCoords {Signac} | R Documentation |
Get gene coordinates
Description
Extract the coordinates of the longest transcript for a gene stored in the annotations within an object.
Usage
LookupGeneCoords(object, gene, assay = NULL)
Arguments
object |
A Seurat object |
gene |
Name of a gene to extract |
assay |
Name of assay to use |
Examples
LookupGeneCoords(atac_small, gene = "MIR1302-10")
[Package Signac version 1.13.0 Index]