## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) options(rmarkdown.html_vignette.check_title = FALSE) ## ----------------------------------------------------------------------------- library(lfproQC) ## ----results='markup'--------------------------------------------------------- yeast <- best_combination(yeast_data, yeast_groups, data_type = "Protein") ## ----------------------------------------------------------------------------- yeast$`PCV Result` ## ----------------------------------------------------------------------------- yeast$`PEV Result` ## ----------------------------------------------------------------------------- yeast$`PMAD Result` ## ----------------------------------------------------------------------------- yeast$`Best combinations` ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- Boxplot_data(yeast$`rlr_knn_data`) ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- Densityplot_data(yeast$`rlr_knn_data`) ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- Corrplot_data(yeast$`rlr_knn_data`) ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- MDSplot_data(yeast$`rlr_knn_data`) ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- QQplot_data(yeast$`rlr_knn_data`) ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- top_table_yeast <- top_table_fn(yeast$`rlr_knn_data`, yeast_groups, 2, 1) ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- de_yeast_MA <- MAplot_DE_fn(top_table_yeast,-1,1,0.05) de_yeast_MA$`MA Plot` ## ----echo=TRUE, fig.show='hide', results='hide', warning=FALSE, message=FALSE---- de_yeast_volcano <- volcanoplot_DE_fn (top_table_yeast,-1,1,0.05) de_yeast_volcano$`Volcano Plot` ## ----results= 'hide'---------------------------------------------------------- de_yeast_MA$`Result ` ## ----results='hide'----------------------------------------------------------- de_yeast_MA$`Up-regulated` ## ----results='hide'----------------------------------------------------------- de_yeast_MA$`Down-regulated` ## ----results='hide'----------------------------------------------------------- de_yeast_MA$`Significant` ## ----results='hide'----------------------------------------------------------- de_yeast_MA$`Non-significant` ## ----setup, include=FALSE----------------------------------------------------- library(knitr) ## ----echo=FALSE, out.width = "800px"------------------------------------------ knitr::include_graphics("images/flow1.png", dpi = 72) ## ----------------------------------------------------------------------------- sessionInfo()