Browse code

Preparing to merge in with original epistasisGA package.

mnodzenski authored on 22/11/2022 18:45:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/data.R
3
+\docType{data}
4
+\name{mom.mci}
5
+\alias{mom.mci}
6
+\title{Genotypes for the mothers of case-parent triads with a simulated
7
+maternal-fetal interaction.}
8
+\format{
9
+A matrix with 1000 rows and 24 variables
10
+}
11
+\usage{
12
+data(mom.mci)
13
+}
14
+\description{
15
+A simulated dataset containing the counts of the alternate allele
16
+for 24 SNPs for the mothers in 1000 simulated case-parent
17
+triads. Columns represent SNPs, rows are individuals. The SNP
18
+in column 6 interacts with the SNPs in columns 12 and 18
19
+of dataset \code{case.mci} to increase risk of disease in the child,
20
+where at least one copy of the alternate allele (genotype 1 or 2)
21
+is required at each implicated locus.
22
+.
23
+}
24
+\keyword{datasets}