## ----include = FALSE-------------------------------------------------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", # dev.args = list(png = list(type = "cairo")), dpi = 900, out.width = "100%", message = FALSE, warning = FALSE, crop = NULL ## Related to https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016656.html ) ## ----eval = FALSE----------------------------------------------------------------------------------------------------- # d1 <- read.csv("Dominic.csv", header = TRUE) ## ----reproduce3, echo=FALSE------------------------------------------------------------------------------------------- ## Session info options(width = 120) sessionInfo()