Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This R package provides methods for genetic finemapping in inbred mice by taking advantage of their very high homozygosity rate (>95%).
Method fetch
allows to download homozygous genotypes of 37 inbred mouse strains for a given genetic region.
if(!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("MouseFM")
library(MouseFM)
Fetch genotypes for region chr1:5000000-6000000.
df = fetch("chr1", start=5000000, end=6000000) df[1:10,]
View meta information
comment(df)
The output of sessionInfo()
on the system
on which this document was compiled:
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.