Closed johnbradley closed 3 years ago
Places current using for loops to review: https://github.com/phenoscape/rphenoscape/blob/b367c4416af4cc6fa45a00765ce45a8d412b5c22/R/KBinfo.R#L15-L17
Interesting. I don't think any one of them presents a good candidate for reaping some performance benefit. Maybe we should just drop this?
Interesting. I don't think any one of them presents a good candidate for reaping some performance benefit. Maybe we should just drop this?
Sounds good. Closing this issue.
Replace for loops with an appropriate apply function that is more expressive.