Last data update: 2014.03.03

R: The SNPlocs.Hsapiens.dbSNP.20090506 package
SNPlocs.Hsapiens.dbSNP.20090506R Documentation

The SNPlocs.Hsapiens.dbSNP.20090506 package

Description

This package contains SNP locations and alleles for Homo sapiens extracted from dbSNP Build 130.

Details

SNPs from dbSNP were filtered to keep only those satisfying the 3 following criteria:

  • The SNP is a single-base substitution i.e. its type is "snp". Other types used by dbSNP are: "in-del", "mixed", "microsatellite", "named-locus", "multinucleotide-polymorphism", etc... All those SNPs were dropped.

  • The SNP is marked as notwithdrawn.

  • A single location on the reference genome (NCBI36) is reported for the SNP, and this location is on chromosomes 1-22, X, Y.

SNPlocs packages always store the alleles corresponding to the plus strand, whatever the strand reported by dbSNP is (which is achieved by storing the complement of the alleles reported by dbSNP for SNPs located on the minus strand). In other words, in a SNPlocs package, all the SNPs are considered to be on the plus strand and everything is reported with respect to that strand.

Note

The source data files used for this package were created by the dbSNP Development Team at NCBI on 5-6 May, 2009, and contain SNPs mapped to reference genome NCBI36, which is identical to the hg18 genome from UCSC. Therefore, the SNPs in this package can be "injected" in BSgenome.Hsapiens.UCSC.hg18 and they will land at the correct location.

See http://www.ncbi.nlm.nih.gov/snp, the SNP Home at NCBI, for more information about dbSNP.

See ?injectSNPs in the BSgenome software package for more information about the SNP injection mechanism.

See http://genome.ucsc.edu/cgi-bin/hgGateway?clade=mammal&org=Human&db=hg18 for more information about the Human Mar. 2006 (NCBI36/hg18) assembly used by the UCSC Genome Browser.

Author(s)

H. Pages

References

NCBI notes about Human genome Build 36.1: http://www.ncbi.nlm.nih.gov/genome/guide/human/release_notes.html

SNP Home at NCBI: http://www.ncbi.nlm.nih.gov/snp

dbSNP Build 130 announcements: http://www.ncbi.nlm.nih.gov.ymlib.yonsei.ac.kr/mailman/pipermail/dbsnp-announce/2009q2/thread.html

About the Human Mar. 2006 (NCBI36/hg18) assembly used by the UCSC Genome Browser: http://genome.ucsc.edu/cgi-bin/hgGateway?clade=mammal&org=Human&db=hg18

See Also

  • getSNPlocs for how to access the data stored in this package.

  • injectSNPs in the BSgenome package for more information about SNP injection.

  • The VariantAnnotation software package to annotate variants with respect to location and amino acid coding.

Results