R/qp_report.R
qp_report.Rd
Create a report for a protein quantificaiton experiment
qp_report(qp, output_file, other = list())
Likely the output from qp AND qp_dilute.
qp
qp_dilute
Character. The path of the file to export, including .html
.html
Generally used for Shiny application. Assumes a named list of key-values that will be used to document report parameters.
if (FALSE) { absorbances |> qp() |> qp_dilute() |> qp_report( "~/my_report.html", other = list(key = "value") # Essentially metadata ) }