sites,RnBSet-method {RnBeads}R Documentation

sites-methods

Description

Methylation sites object information for which is present in the RnBSet object.

Usage

## S4 method for signature 'RnBSet'
sites(object)

Arguments

object

Dataset of interest.

Value

A matrix of type integer describing the sites, information for which is present in the object

Examples


library(RnBeads.hg19)
data(small.example.object)
sites(rnb.set.example)


[Package RnBeads version 1.12.1 Index]