pheno,RnBSet-method {RnBeads}R Documentation

pheno-methods

Description

Extracts sample phenotype and/or processing information.

Usage

## S4 method for signature 'RnBSet'
pheno(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)
pheno(rnb.set.example)


[Package RnBeads version 2.12.0 Index]