setName | R Documentation |
Setter method for the names of the BSFDataSet object The name slot holds the name information of the dataset
setName(object, ...)
## S4 method for signature 'BSFDataSet'
setName(object, newName)
object |
a |
... |
additional arguments |
newName |
a character that is the name |
object of type BSFDataSet
with updated name
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bdsNew = setName(bds, "test01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.