Learn R Programming

MPGE (version 1.0.0)

genotype_data: An example of genotype data for two genetic variants (SNPs). Here, genotype\_data is a data.frame with the columns as SNPs (e.g., rs1 and rs2 here). The rows correspond to the 500 individuals in the same order as in the phenotype data.

Description

An example of genotype data for two genetic variants (SNPs). Here, genotype\_data is a data.frame with the columns as SNPs (e.g., rs1 and rs2 here). The rows correspond to the 500 individuals in the same order as in the phenotype data.

Usage

data(genotype_data)

Arguments

Format

A data.frame with the columns as SNPs (e.g., rs1 and rs2 here) and individuals in the rows with the same order as in the phenotype data:

Examples

Run this code
# NOT RUN {
data(genotype_data)
geno <- genotype_data
# }

Run the code above in your browser using DataLab