lapply,StructuralVariant-method | R Documentation |
Functionals for structural variant classes
## S4 method for signature 'StructuralVariant'
lapply(X, FUN, ...)
## S4 method for signature 'StructuralVariant'
sapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE)
## S4 method for signature 'RearrangementList'
sapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE)
## S4 method for signature 'RearrangementList'
lapply(X, FUN, ...)
X |
see |
FUN |
a function |
... |
additional arguments to |
simplify |
logical |
USE.NAMES |
logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.