iqtl_import_all: Import IQTL files from a list

Description Usage Arguments Details

View source: R/iqtl_fun.R

Description

Given a list or data.frame with an entry/column file, this function feeds its arguments to iqtl_meta.

Usage

1
iqtl_import_all(l, path = NULL, ...)

Arguments

l

A list with descriptors. See examples.

path

A path in which all files are residing. If NULL, files should be fully expanded paths or refer to the current working directory.

...

Arguments passed on to iqtl_meta

meta_data

List to construct a metadata data frame from.

exclude

A character vector with lane_ids to remove from the result.

file

Path to the file.

Details

Entries named .$file or .$exclude are passed as separate arguments to iqtl_meta. All other entries of l are passed to iqtl_meta as if they were given as meta_data list.

Empty entries are dropped without a warning. Missing files are dropped with a warning.


benjbuch/summerrband documentation built on Dec. 19, 2021, 8:43 a.m.