get_data | R Documentation |
Get miscellaneous data from objects.
get_data(x, coord.name = NULL, feature.name = NULL, meta.data = TRUE, ...)
## S3 method for class 'Seurat'
get_data(
x,
coord.name = NULL,
feature.name = NULL,
meta.data = TRUE,
assay = NULL,
slot = "data",
...
)
x |
object to extract data from. |
coord.name |
name of coordinates. |
feature.name |
name of features. |
meta.data |
whether to include meta.data. |
... |
argument passed down to methods. |
assay |
name of assay to use for Seurat objects. |
slot |
name of slot to use for Seurat objects. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.