Package | Description |
---|---|
com.hfg.bio.molbio | |
com.hfg.bio.seq.pattern |
Modifier and Type | Class and Description |
---|---|
class |
RestrictionSite
Container for a restriction site.
|
Modifier and Type | Class and Description |
---|---|
class |
SeqPattern<S extends BioSequence,T extends SeqPatternMatch>
Abstract container for a sequence pattern (motif).
|
interface |
SeqPatternMatcher<S extends BioSequence,T extends SeqPatternMatch> |
Modifier and Type | Class and Description |
---|---|
class |
NucleotidePatternMatch
Container for a nucleotide pattern match.
|
class |
ProteinPatternMatch
Container for a protein pattern match.
|
Modifier and Type | Method and Description |
---|---|
SeqPatternMatch |
SeqPatternMatch.setNumMismatches(int inValue) |
SeqPatternMatch |
SeqPatternMatch.setSequence(String inValue) |
jataylor@hairyfatguy.com