hcaSystemReadHDF5: Read an HCA HDF5 file and return a list of dataframes, one...

View source: R/hcaSystemReadHDF5.R

hcaSystemReadHDF5R Documentation

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

Description

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

Usage

hcaSystemReadHDF5(
  i,
  subjectIDs = NULL,
  start.time = NULL,
  downsample = TRUE,
  h5ls_path = NULL,
  h5dump_path = NULL
)

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.

h5ls_path

Path to h5ls utility. If NULL (Default), path is assumed to be in current environment,

h5dump_path

Path to h5dump utility. If NULL (Default), path is assumed to be in current environment.

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.