BayesCI: Bayesian Credible Interval for QTL position

View source: R/BayesCI.R

BayesCIR Documentation

Bayesian Credible Interval for QTL position

Description

Bayesian Credible Interval for QTL position

Usage

BayesCI(scan1_data, data, chrom, CI.prob = 0.9)

Arguments

scan1_data

data frame output from scan1

data

variable of class diallel_geno_pheno

chrom

chromosome

CI.prob

probability for the credible interval

Details

Parameter CI.prob sets the probability for the Bayesian credible interval (e.g., 0.90, 0.95) using the profile likelihood (posterior mean).

Value

subset of scan1_data with markers in the CI

Examples

## Not run: 
  BayesCI(scan1_example, diallel_example, chrom="10", CI.prob=0.9)
  
## End(Not run)

jendelman/diaQTL documentation built on Jan. 27, 2024, 6:39 a.m.