powered by
Get the Sequence object associated with a given Site object.
# S3 method for Site getSequence(this, ...)
A Site object.
Not used.
A Sequence object or NA.
For more information see Site.
Site
# NOT RUN { # create a site object s<-Site(sequence=Sequence()) # get the associated Sequence object getSequence(s) # get the associated Sequence object via virtual field s$sequence # }
Run the code above in your browser using DataLab