View source: R/vignetteHelpers.R
render_MQSummary_rmd | R Documentation |
render MQ Summary.
render_MQSummary_rmd(
pdata,
config,
project_conf,
pep = TRUE,
dest_path = ".",
dest_file_name = "QCandSampleSize.Rmd",
workdir = tempdir(),
format = c("pdf", "html"),
markdown_path = c("doc/QCandSampleSize.Rmd")
)
pdata |
data.frame |
config |
AnalysisConfiguration |
pep |
are these peptide or protein data |
dest_path |
destination path |
dest_file_name |
name of pdf file |
workdir |
working directory |
format |
either pdf or html |
project_config |
list with workunit_Id project_Id order_Id |
Other vignetteHelpers:
INTERNAL_FUNCTIONS_BY_FAMILY
bb <- prolfqua_data('data_skylinePRMSample_A')
config <- bb$config_f()
analysis <- bb$analysis(bb$data, bb$config_f())
projectConfig <- list(workunit_Id = "xx", project_Id = "xy", order_Id = "z")
if(FALSE){
render_MQSummary_rmd(analysis,
config ,
projectConfig,
workdir= tempdir()) # tempdir(check = FALSE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.