R/AllClasses.R

setClass("SeqDiff",
         representation = representation(
                          file = "character",
                          sequence = "BStringSet",
                          reference = "numeric",
                          diff = "data.frame"
                          )
        )
YuLab-SMU/ggmsa documentation built on Aug. 26, 2022, 1:48 a.m.