bdNormalize_hdf5 | R Documentation |
This function normalize data scaling, centering or scaling and centering in a dataset stored in hdf5 file
bdNormalize_hdf5( filename, group, dataset, bcenter = NULL, bscale = NULL, wsize = NULL, force = FALSE )
filename |
string file name where dataset to normalize is stored |
group |
string Matrix |
dataset |
string Matrix |
bcenter |
logical (default = TRUE) if TRUE, centering is done by subtracting the column means |
bscale |
logical (default = TRUE) if TRUE, centering is done by subtracting the column means |
wsize |
integer (default = 1000), file block size to read to perform normalization |
force, |
boolean if true, previous results in same location inside hdf5 will be overwritten. |
file with scaled, centered or scaled and centered dataset
a = "See vignette"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.