knitr::opts_chunk$set( collapse = TRUE, comment = "#>", warning = FALSE, message = TRUE, out.width = "100%" )
library(massdataset) library(tidyverse) library(massqc) data("sample_info", package = "massdataset") data("expression_data", package = "massdataset") data("variable_info", package = "massdataset") object = create_mass_dataset( expression_data = expression_data, sample_info = sample_info, variable_info = variable_info ) object
massqc_report(object, path = "demo_data")
Then one folder named as Report
will be in the demo_data
folder.
![](../man/figures/Screen Shot 2022-01-06 at 11.51.25 PM.png)
And open the massqc_report.html
.
![](../man/figures/Screen Shot 2022-01-06 at 11.52.25 PM.png)
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.