View source: R/get_ctd_matrix_names.R
get_ctd_matrix_names | R Documentation |
Find the names of all data matrices in a CellTypeDataset.
get_ctd_matrix_names(
ctd = NULL,
matrices = c("mean_exp", "median_exp", "specificity", "median_specificity",
"specificity_quantiles"),
verbose = TRUE
)
ctd |
CellTypeDataset. If set to |
matrices |
Matrix names to search for. |
verbose |
Print messages. |
List of matrix names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.