getGenes: Get the genes from an ArchRProject
Description
This function gets the genes start and end coordinates as a GRanges object from the geneAnnotation of a given ArchRProject.
Usage
getGenes(ArchRProj = NULL, symbols = NULL)
Arguments
symbols
A character vector containing the gene symbols to subset from the geneAnnotation
.