Learn R Programming

cobindR (version 1.10.0)

sequence: returns sequence of cobindR SeqObj object

Description

returns sequence of cobindR seqObj object.

Usage

"sequence"(x) "sequence"(x) <- value

Arguments

x
a cobindR seqObj object
value
DNAString of the actual DNA sequence in this SeqObj

Value

sequence (DNAString)

See Also

uid,name,species,location,comment,sequence

Examples

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

Run the code above in your browser using DataLab