Learn R Programming

cobindR (version 1.10.0)

comment: comment of cobindR SeqObj object

Description

comment of cobindR SeqObj object

Usage

"comment"(x) "comment"(x) <- value

Arguments

x
a cobindR seqObj object
value
comment to the sequence (character)

Value

comment (character)

See Also

uid,name,species,comment,location,sequence

Examples

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

Run the code above in your browser using DataLab