annotate_mouse_genes | R Documentation |
Request mouse genes from Ensembl Biomart.
annotate_mouse_genes(geno, flanking = NULL)
geno |
Data frame or GenomicRanges::GRanges object including columns chr, pos. |
flanking |
Size of flanking sequence to be included. |
Data frame.
geno = finemap("chr1",
start = 5000000, end = 6000000,
strain1 = c("C57BL_6J"), strain2 = c("AKR_J", "A_J", "BALB_cJ")
)
genes = annotate_mouse_genes(geno, 50000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.