comment {cobindR}R Documentation

comment of cobindR SeqObj object

Description

comment of cobindR SeqObj object

Usage

## S4 method for signature 'SeqObj'
comment(x)
## S4 replacement method for signature 'SeqObj,character'
comment(x) <- value

Arguments

x

a cobindR seqObj object

value

comment to the sequence (character)

Value

comment (character)

Author(s)

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

See Also

uid,name,species,comment,location,sequence

Examples

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

[Package cobindR version 1.22.0 Index]