check_inputs | R Documentation |
Check inputs prior to running to_pseudobulk
check_inputs(
input,
meta = meta,
replicate_col = "replicate",
cell_type_col = "cell_type",
label_col = "label"
)
input |
a single-cell matrix to be converted, with features (genes) in rows
and cells in columns. Alternatively, a |
meta |
the accompanying meta data whereby the rownames match the column
names of |
replicate_col |
the vector in |
cell_type_col |
the vector in |
label_col |
the vector in |
min_cells |
the minimum number of cells in a cell type to retain it.
Defaults to |
min_reps |
the minimum number of replicates in a cell type to retain it.
Defaults to |
min_features |
the minimum number of expressing cells (or replicates)
for a gene to retain it. Defaults to |
a cleaned up expression matrix and meta data object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.