View source: R/get_neighbor_gene.R
get_neighbor_gene | R Documentation |
Find all neighboring genes on a certain chromosome around a position with a certain window size.
get_neighbor_gene(pos, chromosome, bp_window, page = 0, itemsPerPage = 250)
pos |
Integer, vector. |
chromosome |
String. One of "chr1", "chr2", "chr3", "chr4", "chr5", "chr6", "chr7", "chr8", "chr9", "chr10", "chr11", "chr12", "chr13", "chr14", "chr15", "chr16", "chr17", "chr18", "chr19", "chr20", "chr21", "chr22", "chrM", "chrX", "chrY". |
bp_window |
Integer. |
page |
Integer (default = 0). |
itemsPerPage |
Integer (default = 250). |
A tibble.
Other Reference Genome Endpoints:
get_exons()
,
get_gene_search()
,
get_genes()
,
get_genomic_features()
,
get_gwas_catalog_by_location()
,
get_transcripts()
## Not run:
get_neighbor_gene(pos = 1000000, chromosome = "chr1", bp_window = 10000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.