minigwas {martini}R Documentation

Description of the minigwas dataset.

Description

Small GWAS example.

Format

A list with 3 items:

genotypes

Genotype and phenotype information.

fam

Simulated network.

map

Result of runing find_cones with gwas and net.

Examples

data(minigwas)

# access different elements
minigwas[["genotypes"]]
minigwas[["map"]]
minigwas[["fam"]]

[Package martini version 1.14.0 Index]