getName: Accessor method for the name of the BSFDataSet object

getNameR Documentation

Accessor method for the name of the BSFDataSet object

Description

The name slot holds the name of the dataset

Usage

getName(object)

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

Arguments

object

a BSFDataSet object

Value

returns the name of the dataset

See Also

BSFDataSet

Examples


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

getName(bds)


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