Description Usage Arguments Value
Access or set the basisSets of a TourExperiment
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | basisSet(x, type, ...)
basisSet(x, type, ...) <- value
basisSets(x, ...)
basisSets(x, ...) <- value
basisSetNames(x, type, ...)
basisSetNames(x, type, ...) <- value
## S4 method for signature 'TourExperiment'
basisSets(x)
## S4 replacement method for signature 'TourExperiment'
basisSets(x) <- value
## S4 method for signature 'TourExperiment,missing'
basisSet(x, type)
## S4 method for signature 'TourExperiment,numeric'
basisSet(x, type)
## S4 method for signature 'TourExperiment,character'
basisSet(x, type)
## S4 replacement method for signature 'TourExperiment,missing'
basisSet(x, type, ...) <- value
## S4 replacement method for signature 'TourExperiment,numeric'
basisSet(x, type, ...) <- value
## S4 replacement method for signature 'TourExperiment,character'
basisSet(x, type, ...) <- value
## S4 method for signature 'TourExperiment'
basisSetNames(x)
## S4 replacement method for signature 'TourExperiment'
basisSetNames(x) <- value
|
x |
an object (a TourExperiment) |
type |
the name or a number of the list to access |
... |
optional arguments passed to downstream methods |
value |
a matrix to assign to an element of basisSets |
a TourExperiment
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.