This package is designed to accompany the methyvim
analysis package by
providing example data for use with the statistical routines made available in
that package. Generally speaking, this package will likely be useless to you
without the methyvim
package. Please consider consulting the vignettes that
accompany methyvim
.
suppressMessages(library(SummarizedExperiment)) suppressMessages(library(minfi))
This package contains a single data set. The data object is of class
GenomicRatioSet
, an extension of the SummarizedExperiment
container class
provided by the package minfi
.
We can load and view the data set like so
library(methyvimData) data(grsExample) grsExample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.