Import externally mapped datasets into an experiment
import_mapped_datasets.Rd
This function takes an experiment object and imports externally mapped datasets.
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 thechannels
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 orreadxl::read_excel()