serial_import: Import a vector fo file paths into one matrix.

View source: R/import_model_data_et_al.R

serial_importR Documentation

Import a vector fo file paths into one matrix.

Description

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial_import ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Usage

serial_import(
  import_paths,
  df_filters = c(),
  sample_key = binfotron::get_default_sample_key(),
  import_clms = NULL,
  keep_all_samples = FALSE
)

Arguments

import_paths

Vector of paths to import and merge

df_filters

Character vector to be parsed in a loop using dplyr::filter

sample_key

Column name to use as the sample key to merge all matrices

import_clms

Vector of column names to import

keep_all_samples

TRUE will keep all samples from all imported matrices. FALSE will only keep samples which are in all matrices


Benjamin-Vincent-Lab/binfotron documentation built on Oct. 1, 2024, 8:33 p.m.