bdBind_hdf5 | R Documentation |
Merge existing matrices inside hdf5 data file by rows or by columns
bdBind_hdf5( filename, group, datasets, outgroup, outdataset, func, force = FALSE )
filename, |
character array indicating the name of the file to create |
group, |
character array indicating the input group where the data set to be imputed is. |
datasets, |
character array indicating the input dataset to be imputed |
outgroup, |
character array indicating group where the data set will be saved after imputation if 'outgroup' is NULL, output dataset is stored in the same input group. |
outdataset, |
character array indicating the name for the new merged dataset |
func, |
character array function to be applyed
|
force, |
boolean if true, previous results in same location inside hdf5 will be overwritten. |
Original hdf5 data file with results after input datasets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.