README.md

genodb

An R package for interacting with UNC Systems Genetics genotype databases for the MUGA family of arrays.

Dependencies

For R:

For python:

Usage

library(genodb)

options(genodb.MMDBPATH = "/path/to/my/database")

load("~/db/arrays/megamuga/snps.megamuga.Rdata")
ss <- fetch.samples("DBA/2%", exact = FALSE)
geno <- make.genotypes(ss$id, snps, by = "id", chr = "M")

summary(geno)


andrewparkermorgan/genodb documentation built on May 10, 2019, 11:09 a.m.