## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----message=FALSE------------------------------------------------------------
library(dplyr)
library(SummarizedExperiment)
library(cleanse)
## ----eval=FALSE---------------------------------------------------------------
# data(seq_se)
# seq_se %>% round(3) %>% write_csv("out.csv", "expression")
## -----------------------------------------------------------------------------
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.