Browse code

Preparing to merge in with original epistasisGA package.

mnodzenski authored on 22/11/2022 18:45:46
Showing 1 changed files
... ...
@@ -6,12 +6,25 @@
6 6
 \title{Genotypes for the cases of case-parent triads with a simulated gene
7 7
 environment interaction.}
8 8
 \format{
9
+A data frame with 1000 rows and 24 variables
10
+
9 11
 A data frame with 1000 rows and 24 variables
10 12
 }
11 13
 \usage{
14
+data(case.gxe)
15
+
12 16
 data(case.gxe)
13 17
 }
14 18
 \description{
19
+A simulated dataset containing the counts of the alternate allele
20
+for 24 SNPs for the cases in 1000 simulated case-parent
21
+triads. Columns represent SNPs, rows are individuals. SNPs
22
+in columns 6, 12, and 18 represent a simulated risk pathway,
23
+where, in the child, at least one copy of the alternate allele
24
+for each path SNP in addition to exposure 1 confers increased
25
+disease risk.
26
+.
27
+
15 28
 A simulated dataset containing the counts of the alternate allele
16 29
 for 24 SNPs for the cases in 1000 simulated case-parent
17 30
 triads. Columns represent SNPs, rows are individuals. SNPs
Browse code

Adding in E-GADGETS vignette and fixing the on-off switch for the family-based E-GADGET component

mnodzenski authored on 26/10/2022 17:04:35
Showing 1 changed files
... ...
@@ -6,18 +6,19 @@
6 6
 \title{Genotypes for the cases of case-parent triads with a simulated gene
7 7
 environment interaction.}
8 8
 \format{
9
-A data frame with 1000 rows and 100 variables
9
+A data frame with 1000 rows and 24 variables
10 10
 }
11 11
 \usage{
12 12
 data(case.gxe)
13 13
 }
14 14
 \description{
15 15
 A simulated dataset containing the counts of the alternate allele
16
-for 100 SNPs for the cases in 1000 simulated case-parent
16
+for 24 SNPs for the cases in 1000 simulated case-parent
17 17
 triads. Columns represent SNPs, rows are individuals. SNPs
18
-in columns 25, 50, and 75 represent a simulated risk pathway,
19
-where at least one copy of the alternate allele for each path SNP
20
-in addition to exposure 2 confers increased disease risk.
18
+in columns 6, 12, and 18 represent a simulated risk pathway,
19
+where, in the child, at least one copy of the alternate allele
20
+for each path SNP in addition to exposure 1 confers increased
21
+disease risk.
21 22
 .
22 23
 }
23 24
 \keyword{datasets}
Browse code

Add GxE data to package.

mnodzenski authored on 02/07/2021 19:39:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/data.R
3
+\docType{data}
4
+\name{case.gxe}
5
+\alias{case.gxe}
6
+\title{Genotypes for the cases of case-parent triads with a simulated gene
7
+environment interaction.}
8
+\format{
9
+A data frame with 1000 rows and 100 variables
10
+}
11
+\usage{
12
+data(case.gxe)
13
+}
14
+\description{
15
+A simulated dataset containing the counts of the alternate allele
16
+for 100 SNPs for the cases in 1000 simulated case-parent
17
+triads. Columns represent SNPs, rows are individuals. SNPs
18
+in columns 25, 50, and 75 represent a simulated risk pathway,
19
+where at least one copy of the alternate allele for each path SNP
20
+in addition to exposure 2 confers increased disease risk.
21
+.
22
+}
23
+\keyword{datasets}