- SeqList
list with output from sequoia. If not provided,
all other input is ignored and an example report using the griffin data is
generated.
- GenoM
genotype matrix that was used to run sequoia.
- MaybeRel
list with output from GetMaybeRel.
- Conf
list with output from EstConf.
- comments
optional comments to print at the top of the report.
- printcode
include R code in the report ('yes', default) or not ('no').
The R code includes some brief notes and references to relevant functions.
- output_file
filename (incl. path) for the report. Extension (.html,
.pdf) not needed.
- output_format
format for the report, e.g. 'html_document',
rmarkdown::pdf_document(toc=TRUE, extra_dependencies = 'booktabs'),
or bookdown::gitbook(split_by='none'). See
render for details and options. Note that
'bookdown::gitbook', and possibly others, appear to only work after
copying the .rmd file to the output folder.
- copy_rmd
copy the .rmd file to the output folder? (i.e. same folder as
output_file).