SrtReorder | R Documentation |
Reorder idents by the gene expression
SrtReorder(
srt,
features = NULL,
reorder_by = NULL,
slot = "data",
assay = NULL,
log = TRUE,
distance_metric = "euclidean"
)
srt |
A Seurat object. |
features |
Features used to reorder idents. |
reorder_by |
Reorder groups instead of idents. |
slot |
Specific slot to get data from. |
assay |
Specific assay to get data from. |
log |
Whether log1p transformation needs to be applied. Default is |
distance_metric |
Metric to compute distance. Default is "euclidean". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.