gemma: gemma : GEMMA programme in R

Description Usage Arguments Details Value

View source: R/gemma.R

Description

gemma : GEMMA programme in R

Usage

1
2
3
gemma(geno, pheno, map, covar = NULL, gemma.exe = "./gemma.macosx",
  opt.mat = c(1, 2), met.reg = c("lmm", "bslmm"), lmm = c(1, 2, 3,
  4), bslmm = c(1, 2, 3))

Arguments

geno

: genotype –> one row per SNP, and one column per sample.

pheno

: phenotype d'interet (doit etre une matrice)

map

: This file contains one line per SNP, with

covar

: covariable et NULL marche

gemma.exe

: the executable gemma

opt.mat

: option for the calcul of the related.matrix, "1" calculates the centered relatedness # matrix while "2" calculates the standardized relatedness matrix

met.reg

: linear mixed model of Bayesian sparse linear mixed model.

lmm

: if lmm choose option : where the "1" performs Wald test "2" performs likelihood ratio test, "3" performs score test, "4" performs all the three tests.

bslmm

: if bslmm choose option : "1" fits a standard linear BSLMM "2" fits a ridge regression/GBLUP, "3" fits a probit BSLMM.

three

columns: (1) SNP label, (2) base-pair position, (3) chromosome.

Details

See paper of GEMMA

Value

: a gemma result


jumentib/useFonc documentation built on Nov. 18, 2019, 3:17 p.m.