setName: Setter method for the names of the BSFDataSet object The name...

setNameR Documentation

Setter method for the names of the BSFDataSet object The name slot holds the name information of the dataset

Description

Setter method for the names of the BSFDataSet object The name slot holds the name information of the dataset

Usage

setName(object, ...)

## S4 method for signature 'BSFDataSet'
setName(object, newName)

Arguments

object

a BSFDataSet object

...

additional arguments

newName

a character that is the name

Value

object of type BSFDataSet with updated name

See Also

BSFDataSet

Examples


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

bdsNew = setName(bds, "test01")


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