coordinate | R Documentation |
Similar as how default ligerDataset data is accessed.
coordinate(x, dataset)
coordinate(x, dataset, check = TRUE) <- value
## S4 method for signature 'liger,character'
coordinate(x, dataset)
## S4 replacement method for signature 'liger,character'
coordinate(x, dataset, check = TRUE) <- value
## S4 method for signature 'ligerSpatialDataset,missing'
coordinate(x, dataset = NULL)
## S4 replacement method for signature 'ligerSpatialDataset,missing'
coordinate(x, dataset = NULL, check = TRUE) <- value
x |
ligerSpatialDataset object or a liger object. |
dataset |
Name or numeric index of an spatial dataset. |
check |
Logical, whether to perform object validity check on setting new value. |
value |
|
The retrieved coordinate matrix or the updated x
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.