hcaReadHDF5 | R Documentation |
Read an HCA HDF5 file and return a list of dataframes, one for each subjects
hcaReadHDF5(i, subjectIDs = NULL, start.time = NULL, downsample = T)
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. |
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.