sequence {cobindR}R Documentation

returns sequence of cobindR SeqObj object

Description

returns sequence of cobindR seqObj object.

Usage

## S4 method for signature 'SeqObj'
sequence(x)
## S4 replacement method for signature 'SeqObj,DNAString'
sequence(x) <- value

Arguments

x

a cobindR seqObj object

value

DNAString of the actual DNA sequence in this SeqObj

Value

sequence (DNAString)

Author(s)

Rob Lehmann <r.lehmann@biologie.hu-berlin.de>

See Also

uid,name,species,location,comment,sequence

Examples

library(Biostrings)
so <- seqObj(DNAString('A'), id='', name='', species='',comment='',location='')
sequence(so)

[Package cobindR version 1.22.0 Index]