show {BindingSiteFinder}R Documentation

Show method to for the BSFDataSet

Description

Prints the information for each of the slots in the BSFDataSet object. Ranges of the getRanges slot are shown, as well as the number of crosslinks per strand getSignal and the levels of the experimental conditions (getMeta).

Usage

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

Arguments

object

a BSFDataSet object

Value

shows the current object state

See Also

BSFDataSet

Examples


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

show(bds)


[Package BindingSiteFinder version 0.99.10 Index]