This is a custom adaptation of the original version of xMSannotator. It is a complete rewrite of the original functionality, following the same program structure.
GNU General Public License v3.0
5
stars
6
forks
source link
Fixed bug which caused various formats of 1d vectors to fail #77
The function now handles lists, arrays and vectors the same way by converting them all to a vector.
Closes #74