rilstep: detect epistasis candidates based on bayes factor

Description Usage Arguments

View source: R/RILStEp.R

Description

detect epistasis candidates based on bayes factor

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
rilstep(
  loaded_data,
  output,
  qtl_threshold_model = "FDR",
  qtl_threshold_value = 0.05,
  interval = 1,
  region = NA,
  qtls = NA,
  core_num = NA,
  heterozygous = FALSE
)

Arguments

loaded_data

phenotype and genotype dataset from load_data

output

prefix of output files

qtl_threshold_model

threshold method to select QTLs, "p_value" or "Bonferroni" or "FDR" or "permute"

qtl_threshold_value

threshold value to select QTLs depends on qtl_threshold_model (p-value or q-value)

interval

select 1 SNP in this interval number

region

specify SNP regions for detecting epistasis

qtls

specify QTL-like SNPs

core_num

specify the number of CPU core to use

heterozygous

consider heterozygous(TRUE) or not(FALSE)


slt666666/RILStEp documentation built on Feb. 23, 2022, 1:04 a.m.