\name{MafDb.ALL.wgs.phase1.release.v3.20101123-package} \alias{MafDb.ALL.wgs.phase1.release.v3.20101123-package} \alias{MafDb.ALL.wgs.phase1.release.v3.20101123} \docType{package} \title{ Annotation package for minimum allele frequency data from the 1000 Genomes project } \description{ This annotation package stores minimum allele frequency (MAF) data values frozen from the 1000 Genomes project. The data is stored in the form of a SQLite database and is loaded automatically in the form of a MafDb object. The name of the exposed object matches the name of the package and part of the filename that contained the data imported into the package. The class definition and methods to access MafDb objects are found in the \code{\link[VariantFiltering]{VariantFiltering}} software package. } \format{ \tabular{ll}{ \code{\link{MafDb.ALL.wgs.phase1.release.v3.20101123}} \tab MafDb object containing MAF values from the 1000 Genomes project downloaded in October 2013 from \url{ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20110521/ALL.wgs.phase1_release_v3.20101123.snps_indels_sv.sites.vcf.gz}. See \code{\link{makeMafDbPackageKG}} for more information on how to update these data. \cr } } \author{ R. Castelo } \seealso{ \link{makeMafDbPackageKG} \link[MafDb.ALL.wgs.phase3.release.v5a.20130502]{MafDb.ALL.wgs.phase3.release.v5a.20130502} \link[MafDb.ESP6500SI.V2.SSA137.dbSNP138]{MafDb.ESP6500SI.V2.SSA137.dbSNP138} \link[VariantFiltering]{MafDb-class} \link[VariantFiltering]{snpid2maf} \link[VariantFiltering]{VariantFiltering} } \examples{ library(MafDb.ALL.wgs.phase1.release.v3.20101123) ls("package:MafDb.ALL.wgs.phase1.release.v3.20101123") MafDb.ALL.wgs.phase1.release.v3.20101123 knownVariantsMAFcols(MafDb.ALL.wgs.phase1.release.v3.20101123) ## lookup allele frequencies for rs1129038, an SNP associated to blue and brown eye colors ## as reported in Eiberg et al. Blue eye color in humans may be caused by a perfectly associated ## founder mutation in a regulatory element located within the HERC2 gene inhibiting OCA2 expression. ## Human Genetics, 123(2):177-87, 2008 [http://www.ncbi.nlm.nih.gov/pubmed/18172690] snpid2maf(MafDb.ALL.wgs.phase1.release.v3.20101123, "rs1129038") } \source{ The 1000 Genomes Project Consortium. An integrated map of genetic variation from 1,092 human genomes. Nature, 491:56-65, 2012. (URL: \url{ftp://ftp.1000genomes.ebi.ac.uk}) [March, 2015, accessed] } \keyword{package} \keyword{data}