vanmooylipidomics/LOBSTAHS

"Auto-detect" LOBdbase object in doLOBscreen() call when it is embedded within a list

jamesrco opened this issue · 1 comments

Reference #27:
generateLOBdbase yields a list object with the actual LOBdbase-class objects embedded in slots $positive or $negative as appropriate. Currently, when a user calls doLOBscreen() and gives the larger list object as argument to database = , they will obtain an error stating that the object isn't of LOBdbase-class. Might be good to "auto-detect" the embedded database object of correct class in this case.

Implemented in 36d7019. Issue closed.