R/AllClasses.R

setClass("SeqDiff",
         representation = representation(
             file = "character",
             sequence = "BStringSet",
             reference = "numeric",
             diff = "data.frame"
         )
         )

Try the seqcombo package in your browser

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

seqcombo documentation built on Nov. 8, 2020, 6:27 p.m.