hcaReadHDF5series: Read many HCA HDF5 files

View source: R/hcaReadHDF5series.R

hcaReadHDF5seriesR Documentation

Read many HCA HDF5 files

Description

Read a series of HCA HDF5 files and return a list of dataframes, one for each subjects

Usage

hcaReadHDF5series(hdf5files, subjectIDs = NULL, parallel = NULL)

Arguments

hdf5files

input HDF5 files

subjectIDs

List of subjects IDs. If NULL, the subjects are automatically determined.

parallel

number of local cores to use. If NULL, process is run in serial.

Value

List of dataframes, one for each subjects.

Examples

## Not run: 
  hdf5files = c(
                 '1547743375205_000093_arbC8123198@LT-GREEN_0000083700200.hdf5'
                 '1547743375205_000094_arbC8123198@LT-GREEN_0000084600200.hdf5',
                 '1547743375205_000095_arbC8123198@LT-GREEN_0000085500200.hdf5',
               )
  hcaGetHDF5series(hdf5files)

## End(Not run)

DJFernandes/ezHCA documentation built on June 12, 2025, 12:01 p.m.