## ----style, echo = FALSE, results = 'asis', include = FALSE------------------- BiocStyle::markdown() ## ----setup, include = FALSE--------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", error = FALSE, warning = FALSE, message = FALSE ) stopifnot(requireNamespace("htmltools")) htmltools::tagList(rmarkdown::html_dependency_font_awesome()) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/1.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/3.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/4.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/5.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/6.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/6-2.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/7.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/8.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/10.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/12.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/9.PNG")) ## ---- out.width="60%", echo=FALSE--------------------------------------------- knitr::include_graphics(file.path("images/11.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/13.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/14.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/15.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/16.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/17.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/19.PNG")) ## ---- out.width="100%", echo=FALSE-------------------------------------------- knitr::include_graphics(file.path("images/18.PNG")) ## ----sessioninfo-------------------------------------------------------------- utils::sessionInfo()