Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.24 KB

FBLMM

Bayesian linear mixed model with multiple random effects for the analysis of genomic data obtained from family-based studies.

A Bayesian linear mixed model with multiple random effects (denoted as FBLMM) designed for family-based studies. The proposed model can capture the predictive effects from both common and rare variants, take the information from family design into consideration, and is robust against disease models. It can efficiently select isolated predictors with large effects and a group of predictors with small-to-large effects.

Installation

This package can be installed from Github by using devtools.

devtools::install_github("senjoro/BLMM")

Usage

Normalize the data before BLMM analysis

read_file(gene_file,y,kin.mat=F)

Compute allele frequenciesGenotypic

getAlleleFrequencies(...)

Take in genotype, phenotype and analyses the target sequence by using BLMM.

vb_fit_rarecommon(...)
vb_fit_family(...) #Additional need kinship covariance matrix

Bayesian linear mixed model with multiple random effects

vb_predictive(...)

Bayesian linear mixed model with multiple random effects for family data

vb_predictive_family(...)