R/methods-RnaSeq.R

setMethod("comp","RnaSeq",
          function(object) {
            chartr("ACGU","UGCA",seq(object))
          })

Try the sequences package in your browser

Any scripts or data that you put into this service are public.

sequences documentation built on May 2, 2019, 6:45 a.m.