Description Usage Arguments Value
Access or set the neighborSets 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 | neighborSet(x, type, ...)
neighborSet(x, type, ...) <- value
neighborSets(x, ...)
neighborSets(x, ...) <- value
neighborSetNames(x, type, ...)
neighborSetNames(x, type, ...) <- value
## S4 method for signature 'TourExperiment'
neighborSets(x, withDimnames = TRUE)
## S4 method for signature 'TourExperiment,missing'
neighborSet(x, type,
withDimnames = TRUE)
## S4 method for signature 'TourExperiment,numeric'
neighborSet(x, type,
withDimnames = TRUE)
## S4 method for signature 'TourExperiment,character'
neighborSet(x, type,
withDimnames = TRUE)
## S4 replacement method for signature 'TourExperiment,missing'
neighborSet(x, type, ...) <- value
## S4 replacement method for signature 'TourExperiment,numeric'
neighborSet(x, type, ...) <- value
## S4 replacement method for signature 'TourExperiment,character'
neighborSet(x, type, ...) <- value
## S4 method for signature 'TourExperiment'
neighborSetNames(x)
## S4 replacement method for signature 'TourExperiment'
neighborSetNames(x) <- value
|
x |
an object (a TourExperiment) |
type |
the name or a number of the list to access |
... |
additional arguments |
value |
a matrix to assign to an element of basisSets |
withDimnames |
include row and column names in output? |
a TourExperiment
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.