View source: R/biomart_queries.R
biomart.gene.in.window | R Documentation |
Uses biomaRt function to fetch the HUGO gene symbols for those genes included in the specified window. It uses the given BioMart database
biomart.gene.in.window(chr, start, end, mart, with.position = FALSE)
chr |
chromosome number (1, 2, ...) |
start |
fist position of the window (included) |
end |
last position of the window (included) |
mart |
BioMart database |
with.position |
whether included chromosome name and start and end position (default: false) |
HUGO gene symbols, or HUGO gene symbols plus gene boudaries
Alessia Visconti
mybiomart <- biomart.fetch.GENE.grch37.mart()
biomart.gene.in.window(1, 1, 20000, mybiomart)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.