Description Usage Arguments Details Author(s) See Also Examples
Set/check large dataset options.
1 2 3 |
nsamples |
number of samples to be processed at once. |
nprobesets |
number of probesets to be processed at once. |
path |
path where to store large dataset objects. |
verbose |
verbosity (logical). |
Some functions in oligo/crlmm can process data in batches to minimize memory footprint. When using this feature, the 'ff' package resources are used (and possibly combined with cluster resources set in options() via 'snow' package).
Methods that are executed on a sample-by-sample manner can use ocSamples() to automatically define how many samples are processed at once (on a compute node). Similarly, methods applied to probesets can use ocProbesets(). Users should set these options appropriately.
ldStatus
checks the support for large datasets.
ldPath
checks where ff files are stored.
Benilton S Carvalho
ocSamples, ocProbesets
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.