Helper function to parse large list of HMM results
Usage
grab_hmm_res(hmm_results, grab = "best", ncores = 1)
Arguments
- hmm_results
hmm results in multilist format
- grab
What to grab ("best" for best results; m1, m2, m3...for specific multiplier)
- ncores
number of cores for parallelization
Value
A list of each cells best result\
Details
Note: Parallel currently disabled as it seems slower than single core