You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I will list some functions (either on python, cython or C++ side) that would be very helpful for pyopenms:
getBoundingBox for Features (C++)found with .getConvexHull().getBoundingBox2D()__get_item__
for getHits() or at least an additional bestHit() and nrHits() function, so that not the whole vector needs to be copied (cython/C++)For some of the more difficult implementations on idXML we could check if IDData improves on things already.
Beta Was this translation helpful? Give feedback.
All reactions