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
And provide overloads for certain functions that return a list of PeptideIdentifications to return this Wrapper instead.
Avoids copying everything, allows us to provide convenience functions (toNDArray, toArrow) and iteration will be much much faster than in python.
Start on a Cython templated wrapper for general vectors there wraps the iter function and constructors. (Check if this already exists).
Then create a class that inherits from VectorWrapper[PeptideIdentification] with some specific cython and/or python functions.
The text was updated successfully, but these errors were encountered:
And provide overloads for certain functions that return a list of PeptideIdentifications to return this Wrapper instead.
Avoids copying everything, allows us to provide convenience functions (toNDArray, toArrow) and iteration will be much much faster than in python.
Start on a Cython templated wrapper for general vectors there wraps the iter function and constructors. (Check if this already exists).
Then create a class that inherits from VectorWrapper[PeptideIdentification] with some specific cython and/or python functions.
The text was updated successfully, but these errors were encountered: