comment: comment of cobindR SeqObj object

Description Usage Arguments Value Author(s) See Also Examples

Description

comment of cobindR SeqObj object

Usage

1
2
3
4
## 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

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

cobindR documentation built on April 28, 2020, 6:40 p.m.