Introduction

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.


Data

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


nhejazi/methyvimData documentation built on May 30, 2019, 7:17 p.m.