powered by
get_genes_in_region()
get_genes_in_region( chr = chr, xmin = xmin, xmax = xmax, protein_coding_only = F, show_exons = F, show_genes = T, build = 38, region = NULL )
the genes the requested region
A string, chromosome (e.g. chr16)
An integer representing genetic position
A logical scalar, if TRUE, only protein coding genes are used for annotation
Deprecated : A logical scalar, show exons instead of genes (default show_exons=FALSE)
A logical scalar, show genes instead of exons (default show_genes=FALSE)
A number representing the genome build or a data frame. Set to 37 to change to build (GRCh37). The default is build 38 (GRCh38).
A string representing the genetic region (e.g chr16:50693587-50734041)
if (FALSE) { get_genes_in_region(region="chr16:50593587-50834041") }
Run the code above in your browser using DataLab