getResultInfoHDF5: Get result info for the given HDF5 scan files.

Description Usage Arguments Value

View source: R/hdf5.R

Description

Get result info for the given HDF5 scan files.

Usage

1
getResultInfoHDF5(infiles, phenotypes = NULL, analyses = NULL)

Arguments

phenotypes

Phenotypes (or equivalent analysis units) for which result info should be obtained. If none are specified, result info is returned for all available phenotypes.

analyses

Analyses for which result info should be obtained. If none are specified, result info is returned for all available analyses.

infile

Vector of input HDF5 scan file paths.

Value

Hierarchical list containing result info for each of the input HDF5 scan files. Each element of the returned list is named for a specific HDF5 scan file, and contains a sub-list of result info for the given scan file. Each element of the sub-list is named for a specific phenotype, and contains a sub-sub-list of result info for the given scan file and phenotype. Every element of that sub-sub-list is named for a specific analysis, and is a character vector of results for the given scan file, phenotype, and analysis.


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.