This function gets the exons coordinates as a GRanges object from the geneAnnotation of a given ArchRProject.

getExons(ArchRProj = NULL, symbols = NULL)

Arguments

ArchRProj

An ArchRProject object.

symbols

A character vector containing the gene symbols for the genes where exons should be extracted.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Exons in ArchRProj
getExons(proj)

# Get Exons globally
getExons()