Learn R Programming

DOQTL (version 1.8.0)

create.html.page: Create an HTML QTL report

Description

Given a DOQTL object, create an HTML page that reports the QTL and creates QTL plots. Permutations for assessing significance thresholds can be supplied.

Usage

create.html.page(path, qtl, pheno.name, perms, assoc)

Arguments

path
Character string containing the path to which to write the report.
qtl
DOQTL object containing a list with two elemends: lod and coef.
pheno.name
Character string containing the phenotype name.
perms
Numeric vector containing the permutation LOD scores for this phenotype.
assoc
Boolean, if TRUE, look for corresponding *.Rdata files containing the names of the qtl in the current working directory and plot the association plots. If FALSE (default), do not plot association analysis.

Value

Data.frame with the significant QTL from this phenotype.

Details

The function creates an HTML page with a QTL plot, a table of significant QTL and coefficient plots for the significant loci.

See Also

html.report

Examples

Run this code
  ## Not run:  create.html.page(path, qtl, pheno.name, perms) 

Run the code above in your browser using DataLab