hdlistMake: Wrapper to create hdlist (data object for multiV module)

View source: R/make.R

hdlistMakeR Documentation

Wrapper to create hdlist (data object for multiV module)

Description

Transforms data and annotation files to xVExprs class objects which are passed in as 'hdlist' to multiVServer module,

Usage

hdlistMake(index, indexfile)

Arguments

index

A data.frame containing fields "Title", "Ref", "Type", "DataPath", and "AnnotationPath", where "DataPath" contains path to the data and "AnnotationPath" contains path to the annotation file; other metadata are ignored.

indexfile

Path to a csv (index.csv) or yaml (index.yml) configuration file with the necessary fields described in 'index'.

Details

This reads an index yaml configuration file that stores files and attributes for data that should be converted to multiVServer application data; DIVE::xVExprs is called to do the conversion.


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.