name {cobindR}R Documentation

name of cobindR SeqObj object

Description

name of cobindR seqObj object.

Usage

## 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

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

[Package cobindR version 1.22.0 Index]