| Package | Description |
|---|---|
| org.jbei.ice.lib.parsers |
Parsers for different file formats.
|
| org.jbei.ice.lib.parsers.fasta |
Parser for fasta.
|
| org.jbei.ice.lib.parsers.genbank | |
| org.jbei.ice.lib.parsers.sbol |
| Modifier and Type | Method and Description |
|---|---|
DNASequence |
ABIParser.parse(byte[] bytes) |
DNASequence |
AbstractParser.parse(String textSequence) |
DNASequence |
PlainParser.parse(String textSequence) |
| Modifier and Type | Method and Description |
|---|---|
FeaturedDNASequence |
FastaParser.parse(String textSequence) |
| Modifier and Type | Method and Description |
|---|---|
DNASequence |
GenBankParser.parse(String textSequence) |
protected FeaturesTag |
GenBankParser.parseFeaturesTag(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
SequenceInfo |
SBOLParser.parseToEntry(String textSequence,
String fileName) |
Copyright © 2017. All rights reserved.