skim_seurat_metadata | R Documentation |
I think I want to expand this to handle RNA summaries as well.
skim_seurat_metadata(
sample_meta,
obj_meta,
meta_query = "nCount_RNA",
group_column = NULL,
summary_query = "numeric.mean",
column_name = NULL,
column_prefix = NULL,
verbose = TRUE
)
sample_meta |
df of the known samples by name. |
obj_meta |
The 'meta.data' slot of a SCD |
meta_query |
Column to query. |
group_column |
Column used to group the cells. |
summary_query |
Which of the various data produced by skimr should be extracted? |
column_name |
Add the new column with this name. |
column_prefix |
And this prefix. |
verbose |
Print the pretty skimr table? |
df with some new meta(meta?)data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.