assembly,RnBSet-method {RnBeads}R Documentation

assembly-methods

Description

Extracts information about assembly

Usage

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

Arguments

object

Dataset of interest.

Value

Sample annotation information available for the dataset in the form of a data.frame.

Examples


library(RnBeads.hg19)
data(small.example.object)
assembly(rnb.set.example) # "hg19"


[Package RnBeads version 2.8.1 Index]