File: CDKN.Rd

package info (click to toggle)
r-cran-gap.datasets 0.0.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,608 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
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}