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)


mikldk/omni54manifest documentation built on Sept. 15, 2022, 10:21 a.m.