View source: R/hcaSystemReadHDF5.R
hcaSystemReadHDF5 | R Documentation |
Read an HCA HDF5 file and return a list of dataframes, one for each subjects
hcaSystemReadHDF5(
i,
subjectIDs = NULL,
start.time = NULL,
downsample = TRUE,
h5ls_path = NULL,
h5dump_path = NULL
)
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. |
List of dataframes, one for each subjects.
## Not run:
hcaReadHDF5('1547743375205_000095_arbC8123198@LT-GREEN_0000085500200.hdf5')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.