1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
\name{CDKN}
\docType{data}
\alias{CDKN}
\alias{CDKNgenes}
\alias{CDKNmap}
\alias{CDKNlocus}
\title{An example data for regional association plot}
\description{
These data are adapted from the DGI study on CDKN2A/CDKN2B region.
}
\usage{data(CDKN)}
\format{
There are three data objects in the dataset: \code{CDKNgenes}, the gene list from the Chromosome 9
according to UCSC browser (\url{https://genome.ucsc.edu/}); \code{CDKNmap}, the genetic map as from
the HapMap website (\url{https://ftp.ncbi.nlm.nih.gov/hapmap/recombination/2006-10_rel21_phaseI+II/rates/});
\code{CDKNlocus}, the results from the association analysis of the locus based on DGI data.
}
\source{
The data were obtained from the Harvard-MIT Broad Institute
(see \url{https://www.broadinstitute.org/diabetes})
}
\references{
Diabetes Genetics Initiative of Broad Institute of Havard and MIT, Lund University and Novartis Institute
for BioMedical Research. \emph{Whole-genome association analysis identifies novel loci for type 2 diabetes
and triglyceride levels} Science 2007;316(5829):1331-6
}
\examples{
data(CDKN)
head(CDKNlocus)
}
\keyword{datasets}
|