Learn R Programming

cobindR (version 1.10.0)

seqObj: cobindR SeqObj object constructor

Description

cobindR SeqObj object constructor

Usage

"seqObj"(seq,id,name,species,comment,location)

Arguments

seq
DNAString object holding the sequence
id
id (character)
name
id (character)
species
id (character)
comment
id (character)
location
id (character)

Value

cobindR SeqObj object

See Also

cobindRConfiguration

Examples

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

Run the code above in your browser using DataLab