getLociGenes {otargen}R Documentation

Retrieve summary information of the genes in a locus

Description

This function retrieves information for a specified region on a chromosome, including overlapping genes and their associated details such as ID, symbol, biotype, description, transcription start site (TSS), start position, end position, strand direction, and exons structure.

Usage

getLociGenes(chromosome, start, end)

Arguments

chromosome

Character: Chromosome number as a string.

start

Integer: Start position of the specified region on the chromosome.

end

Integer: End position of the specified region on the chromosome.

Value

Returns a tibble data frame of all the overlapping genes in the specified region with the following data structure:

Examples

## Not run: 
result <- get_genes(chromosome = "2", start = 239634984, end = 241634984)

## End(Not run)

[Package otargen version 1.1.1 Index]