Usage
Report_QTL(
dfResults = NULL,
dfGroups = NULL,
lListings = NULL,
strOutputDir = getwd(),
strOutputFile = NULL,
strInputPath = system.file("report", "Report_QTL.Rmd", package = "gsm.qtl")
)
Arguments
- dfResults
A results
data.frame
from the output ofgsm.reporting::BindResults()
used to create a variety of visualizations like the line plot, bar plot.- dfGroups
A groups
data.frame
from the output of theGroups.yaml
ofgsm.reporting
used to create a variety of visualizations like the line plot, bar plot.- lListings
A
list
ofdata.frame
s that are used as listings to represent participants that are the numerators of the visualizations fromdfResults
.- strOutputDir
The output directory path for the generated report. If not provided, the report will be saved in the current working directory.
- strOutputFile
The output file name for the generated report. If not provided, the report will be named based on the study ID, Group Level and Date.
- strInputPath
Path to template of the report