parallel call a function on file-backed matrix
big_parallelize(
X,
p.FUN,
p.combine = NULL,
ind = bigstatsr::cols_along(X),
ncores = 4,
...
)
is a file-backed data matrix
is a function to apply
is a rule to combine the results from each core
is a vector of column indeces on which the computations are performed
is a nuber of cores
are additional parameters
The result of the parallel computations