bomeara / sleq

A sleek package to deal with sequences in R. Joint O'Meara lab project.
GNU General Public License v2.0
3 stars 1 forks source link

Class for sequences #2

Closed bomeara closed 9 years ago

bomeara commented 9 years ago

Make class to hold sequences; inherit from a matrix. Perhaps make a method for '[' for the class so that you can still do object[1,] and get the row (rather than have to do object$sequence[1,] like a monster).