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, ...)
Arguments
min
Minimum value of parameter.
max
Maximum value of parameter.
Value
A txtProgressBar object to use updating progress.