File: OPG.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 (25 lines) | stat: -rw-r--r-- 639 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
\name{OPG}
\docType{data}
\alias{OPG}
\alias{OPGtbl}
\alias{OPGall}
\alias{OPGrsid}
\title{An example data for forest plot using METAL output}
\description{
This example contains METAL outputs (OPGtbl) as with association statistics from contributing studies (OPGall).
It is appropriate to use chr:pos_A1_A2 (A1<=A2) (SNPID) rather than reference id (rsid) due to its 
variability -- therefore a SNPID-rsid mapping file (OPGrsid) is also provided.
}
\usage{data(OPG)}
\format{Three data frames}
\examples{
data(OPG)
head(OPGtbl)
head(OPGall)
head(OPGrsid)
}
\source{SCALLOP consortium}
\references{
The SCALLOP paper.
}
\keyword{datasets}