preprocess_phenodata_rqtl: A Function That Preprocesses Phenotypes of Individuals for R...

View source: R/ptlmapper.R

preprocess_phenodata_rqtlR Documentation

A Function That Preprocesses Phenotypes of Individuals for R Package QTL

Description

This function preprocesses phenotypes of individuals for R Package QTL.

Usage

preprocess_phenodata_rqtl(pheno_hists, kanto_analysis = NULL,
  mmoments_analysis = NULL, SKEWNESS_AND_KURTOSIS = FALSE)

Arguments

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.