seqObj {cobindR}R Documentation

cobindR SeqObj object constructor

Description

cobindR SeqObj object constructor

Usage

## S4 method for signature 
## 'DNAString,character,character,character,character,character'
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

Author(s)

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

See Also

cobindRConfiguration

Examples

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


[Package cobindR version 1.24.0 Index]