R/AllClasses.R

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

Try the ggmsa package in your browser

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

ggmsa documentation built on Aug. 3, 2021, 9:06 a.m.