| SeqObj-class {cobindR} | R Documentation |
"SeqObj"Container for DNA sequence and its meta-data.
Objects can be created by calls of the form new("SeqObj", seq, id, species, name, comment, location).
uid:Object of class "character" ~~ unique id for
internal representation
name:Object of class "character" ~~ biological
reference name, if available
species:Object of class "character" ~~ reference species
location:Object of class "character" ~~ location
on the reference genome
comment:Object of class "character" ~~ comments
and notes
sequence:Object of class "DNAString" ~~ the sequence
signature(.Object = "SeqObj"): ...
signature(object = "SeqObj"): ...
signature(sequences = "SeqObj"): ...
Manuela Benary <manuela.benary@cms.hu-berlin.de>
showClass("SeqObj")