hcaReadHDF5: Read a HCA HDF5 file using rhdf5

View source: R/hcaReadHDF5.R

hcaReadHDF5R Documentation

Read a HCA HDF5 file using rhdf5

Description

Read an HCA HDF5 file and return a list of dataframes, one for each subjects

Usage

hcaReadHDF5(i, subjectIDs = NULL, start.time = NULL, downsample = T)

Arguments

i

input HDF5 file

subjectIDs

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

start.time

The start time of HCA HDF5 file. If NULL, it is automatically determined.

downsample

If TRUE, Aggregate data by second (Default). If FALSE, don't aggregate.

Value

List of dataframes, one for each subjects.

Examples

## Not run: 
  hcaReadHDF5('1547743375205_000095_arbC8123198@LT-GREEN_0000085500200.hdf5')

## End(Not run)

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