View source: R/hcaReadHDF5series.R
hcaReadHDF5series | R Documentation |
Read a series of HCA HDF5 files and return a list of dataframes, one for each subjects
hcaReadHDF5series(hdf5files, subjectIDs = NULL, parallel = NULL)
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. |
List of dataframes, one for each subjects.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.