Skip to contents

This function takes an experiment object and imports externally mapped datasets.

Usage

import_mapped_datasets(e, normalized_count_paths, ...)

Arguments

e

experiment object

normalized_count_paths

(str vec, default = NULL, optional) For importing external datasets ONLY. A character vector, with each element being a path to the respective .csv or .xlsx file in the same order as the channels attribute. Must have the same order and length as the channels parameter. You can add channels as names to the vector elements to avoid ambiguity and ensure correct importation for the right channel.

...

additional parameters to pass to either the readr::read_csv() function or readxl::read_excel()

Value

e an experiment object with the imported dataset