Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pheno

Example phenotype file for 50 individuals.


Description

A dataset containing simulated example phenotypes for 50 individuals row names include the identifiers of 50 example individuals.

Usage

data(pheno)

Format

A data frame with 50 rows and 3 variables:

pheno

includes the case-control status for each individual, coded as 1(case) or 0 (control)

sex

includes gender information for the 50 individuals, coded as 1 (male) or 0 (female)

age

numerical value giving the persons age

Source

simulated data

Examples

data(pheno)
head(pheno)
# create gwas object
data(geno)
data(anno)
gwas <- new('GWASdata', pheno=pheno, geno=geno, anno=anno, desc="some study")

kangar00

Kernel Approaches for Nonlinear Genetic Association Regression

v1.4
GPL-2
Authors
Juliane Manitz [aut], Stefanie Friedrichs [aut], Patricia Burger [aut], Benjamin Hofner [aut], Ngoc Thuy Ha [aut], Saskia Freytag [ctb], Heike Bickeboeller [ctb]
Initial release
2020-02-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.