create.html.page | R Documentation |
Given a DOQTL object, create an HTML page that reports the QTL and creates QTL plots. Permutations for assessing significance thresholds can be supplied.
create.html.page(path, qtl, pheno.name, perms, assoc)
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. |
The function creates an HTML page with a QTL plot, a table of significant QTL and coefficient plots for the significant loci.
Data.frame with the significant QTL from this phenotype.
Daniel Gatti
html.report
## Not run: create.html.page(path, qtl, pheno.name, perms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.