Package | Description |
---|---|
org.biojava.bio.alignment |
Classes to generate and describe sequence alignments.
|
org.biojava.bio.seq |
Classes and interfaces for defining biological sequences and informatics
objects.
|
org.biojava.bio.seq.impl |
Standard in-memory implementations of
Sequence and
Feature . |
org.biojava.bio.symbol |
Representation of the Symbols that make up a sequence, and locations within
them.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexibleAlignment.removeGaps(GappedSymbolList seq,
int start,
int length)
because there is a bug in GappedSymbolList
|
Modifier and Type | Interface and Description |
---|---|
interface |
GappedSequence
Extension of GappedSymbolList which also projects features
into the gapped coordinate system.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleGappedSequence
Simple implementation of GappedSequence.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleGappedSymbolList
This implementation of GappedSymbolList wraps a SymbolList, allowing you to
insert gaps.
|
Constructor and Description |
---|
SimpleGappedSymbolList(GappedSymbolList gappedSource)
Create a new SimpleGappedSymbolList that will view source, inheriting all
existing gaps.
|
Copyright © 2014 BioJava. All rights reserved.