getMeta: Accessor method for the meta data of the BSFDataSet object

getMetaR Documentation

Accessor method for the meta data of the BSFDataSet object

Description

Meta data is stored as a data.frame and must contain the columns "condition", "clPlus" and "clMinus".

Usage

getMeta(object)

## S4 method for signature 'BSFDataSet'
getMeta(object)

Arguments

object

a BSFDataSet object

Value

returns the meta data data.frame with the columns "condition", "clPlus" and "clMinus".

See Also

BSFDataSet

Examples


# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))

getMeta(bds)


ZarnackGroup/BindingSiteFinder documentation built on May 2, 2024, 12:38 a.m.