knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(omni54manifest)
The main object in this package is the function load_manifest that loads the manifest (it may take a few moments):
manifest <- load_manifest() head(manifest) table(manifest$Chr) table(manifest$ProbeType)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.