subset-BSFDataSet | R Documentation |
You can subset BSFDataSet by identifier or by position using the
`[`
operator. Empty seqlevels are being droppend after the subset.
## S4 method for signature 'BSFDataSet,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
x |
A BSFDataSet object. |
i |
Position of the identifier or the name of the identifier itself. |
j |
Not used. |
... |
Additional arguments not used here. |
drop |
if the signal not covered by the subsetted ranges should be dropped or not |
A BSFDataSet object.
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bdsNew = bds[1:10]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.