thomasp85 / MSGFgui

A gui overlay and extension for MSGFplus
10 stars 6 forks source link

Improve ion trace function #12

Closed thomasp85 closed 10 years ago

thomasp85 commented 10 years ago

Trace function is slow on dense data as it extends beyond the feature - It leads to unresponsiveness...

Either implement in Rcpp or find a way to estimate whether to terminate the trace because feature is done (possibly looking at variance in a moving window compared to total)

The logic might need to change so trace is extended back and forth concurrently...