Closed bomeara closed 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).
object[1,]
object$sequence[1,]
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 doobject$sequence[1,]
like a monster).