preprocess_data_rqtl: A Function That Preprocesses Genotypes and Phenotypes of...

View source: R/ptlmapper.R

preprocess_data_rqtlR Documentation

A Function That Preprocesses Genotypes and Phenotypes of Individuals for R Package QTL

Description

This function preprocesses genotypes and phenotypes of individuals for R Package QTL.

Usage

preprocess_data_rqtl(genodata_ptl, pheno_hists, kanto_analysis = NULL,
  mmoments_analysis = NULL, SKEWNESS_AND_KURTOSIS = FALSE)

Arguments

genodata_ptl

The preprocessed genodata. Typically, the output of 'preprocess_genodata' function.

pheno_hists

A list of object containing mean and var attributes. Typically, the outpout of the 'build_pheno_hists' function.

kanto_analysis

Output of 'ptl_scan' function used with the method "kanto".

mmoments_analysis

Output of 'ptl_scan' function used with the method "mmoments".

SKEWNESS_AND_KURTOSIS

A boolean that specifies if skewness and kurtosis QTl need to be scanned.


fchuffar/ptlmapper documentation built on March 27, 2024, 3:28 p.m.