summary | R Documentation |
Prints the summaryinformation for the BSFDataSet
object. This
includes information on samples, conditions and crosslinks.
## S4 method for signature 'BSFDataSet'
summary(object)
object |
a |
summary of the current object
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
summary(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.