initProgBar: Create Seurat style progress bar
Description
Creates progress bar that won't ruin log files and shows progress towards 100
Usage
initProgBar(min, max, ...)
Value
A txtProgressBar object to use updating progress.
Arguments
- min
Minimum value of parameter.
- max
Maximum value of parameter.
- ...
Passed to txtProgressBar