Learn R Programming

cobindR (version 1.10.0)

name: name of cobindR SeqObj object

Description

name of cobindR seqObj object.

Usage

"name"(x) "name"(x) "name"(x) <- value "name"(x) <- value

Arguments

x
a cobindR seqObj object
value
the name describing the sequence object

Value

name (character)

See Also

uid,name,species,location,comment,sequence

Examples

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

Run the code above in your browser using DataLab