name: name of cobindR SeqObj object

Description Usage Arguments Value Author(s) See Also Examples

Description

name of cobindR seqObj object.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'SeqObj'
name(x)
## S4 method for signature 'cobindr'
name(x)
## S4 replacement method for signature 'SeqObj,character'
name(x) <- value
## S4 replacement method for signature 'cobindr,character'
name(x) <- value

Arguments

x

a cobindR seqObj object

value

the name describing the sequence object

Value

name (character)

Author(s)

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

See Also

uid,name,species,location,comment,sequence

Examples

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

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