cluster_sc3_df_fn | R Documentation |
This function just extracts cell-cluster membership from the cluster_sce_sc3
object and generates
a cluster stability plots.
cluster_sc3_df_fn(cluster_sce_sc3, sc3_k, is_integration)
cluster_sce_sc3 |
(input target) A |
sc3_k |
A numeric vector: numbers of clusters for SC3. |
is_integration |
A logical scalar: if |
A tibble
whose columns are mostly self-explanatory, except the data
column, which is of list
type and
contains an another tibble
with cluster_stability_plot
column holding a ggplot
object returned from
SC3::sc3_plot_cluster_stability()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.