getExons.Rd
This function gets the exons coordinates as a GRanges object from the geneAnnotation of a given ArchRProject.
getExons(ArchRProj = NULL, symbols = NULL)
An ArchRProject
object.
A character vector containing the gene symbols for the genes where exons should be extracted.
# Get Test ArchR Project
proj <- getTestProject()
# Get Exons in ArchRProj
getExons(proj)
# Get Exons globally
getExons()