get_ctd_matrix_names: Get CTD matrix names

View source: R/get_ctd_matrix_names.R

get_ctd_matrix_namesR Documentation

Get CTD matrix names

Description

Find the names of all data matrices in a CellTypeDataset.

Usage

get_ctd_matrix_names(
  ctd = NULL,
  matrices = c("mean_exp", "median_exp", "specificity", "median_specificity",
    "specificity_quantiles"),
  verbose = TRUE
)

Arguments

ctd

CellTypeDataset. If set to NULL (default), will simply return all possible matrix names.

matrices

Matrix names to search for.

verbose

Print messages.

Value

List of matrix names.


NathanSkene/EWCE documentation built on April 30, 2024, 5:21 p.m.