Learn R Programming

cobindR (version 1.10.0)

uid: uid of cobindR SeqObj object

Description

uid of cobindR seqObj object.

Usage

"uid"(x) "uid"(x) "uid"(x) <- value "uid"(x) <- value

Arguments

x
a cobindR seqObj object
value
the unique id of the sequence or cobindr object

Value

uid (character)

See Also

uid,name,species,location,comment,sequence

Examples

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

Run the code above in your browser using DataLab