Package | Description |
---|---|
org.jbei.ice.lib.dto |
Value Objects classes.
|
org.jbei.ice.lib.dto.entry | |
org.jbei.ice.lib.entry.sequence | |
org.jbei.ice.lib.parsers |
Parsers for different file formats.
|
org.jbei.ice.lib.parsers.genbank |
Modifier and Type | Class and Description |
---|---|
class |
FeaturedDNASequence
Value object to hold
DNAFeature s and some genbank file information. |
Modifier and Type | Method and Description |
---|---|
DNASequence |
SequenceInfo.getSequence() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceInfo.setSequence(DNASequence sequence) |
Modifier and Type | Method and Description |
---|---|
static Sequence |
SequenceController.dnaSequenceToSequence(DNASequence dnaSequence)
Create a
Sequence object from an DNASequence object. |
protected SequenceInfo |
PartSequence.save(DNASequence dnaSequence,
String sequenceString,
String fileName) |
Modifier and Type | Method and Description |
---|---|
DNASequence |
ABIParser.parse(byte[] bytes) |
DNASequence |
GeneralParser.parse(byte[] bytes) |
DNASequence |
AbstractParser.parse(String textSequence) |
DNASequence |
GeneralParser.parse(String sequence) |
DNASequence |
PlainParser.parse(String textSequence) |
Modifier and Type | Method and Description |
---|---|
protected SequenceInfo |
AbstractParser.save(DNASequence dnaSequence,
String sequenceString) |
Modifier and Type | Method and Description |
---|---|
DNASequence |
GenBankParser.parse(String textSequence) |
Copyright © 2017. All rights reserved.