Skip to contents

Load expression and metadata from files

Usage

get_input_data_from_files(
  counts_file,
  meta_file,
  database,
  celltype_col = "cell_type",
  convert_type = "hgnc_symbol"
)

Arguments

counts_file

Path to counts file (CSV/TSV)

meta_file

Path to metadata file

database

Database name or path

celltype_col

Column name for cell type

convert_type

Gene name type

Value

List with processed data