Skip to content
Prev 3801 / 21318 Next

[Bioc-devel] serializing pairwise alignment objects

Hi,

Looks like Benilton is right:

   > slotNames(pa)
   [1] "pattern"           "subject"           "type"
   [4] "score"             "substitutionArray" "gapOpening"
   [7] "gapExtension"
   > sapply(slotNames(pa), function(sname) object.size(slot(pa, sname)))
             pattern           subject              type             score
               17056             17056                96                48
   substitutionArray        gapOpening      gapExtension
            35295336                48                48

I'm not sure why the substitutionArray would need to be stored in the
returned object (what downstream method use it?). Would need to check.

H.
On 11/02/2012 09:41 AM, Benilton Carvalho wrote: