|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Monomer | |
org.aisb.bio.things | |
org.aisb.bio.tools |
Uses of Monomer in org.aisb.bio.things |
Subclasses of Monomer in org.aisb.bio.things | |
class |
AminoAcid
This class describes the set of amino acids that make up protein sequences. |
class |
Nucleotide
This subclass of monomer specifically encodes nucleotides. |
Methods in org.aisb.bio.things that return Monomer | |
static Monomer |
Monomer.getByName(java.lang.String name)
Given the name of a monomer, perhaps such as "tyrosine" or "fructose", return the representation of that monomer. |
static Monomer |
Monomer.getByCode(char code)
Given the one-character code of a monomer, return the representation of that monomer. |
static Monomer |
Monomer.getByCode(java.lang.Character code)
Given the one-character code of a monomer, return the representation of that monomer. |
static Monomer |
Monomer.getByNumber(int number)
Given the numberic code for a monomer, return the representation of that monomer. |
static Monomer |
Monomer.getByNumber(java.lang.Integer number)
Given the numberic code for a monomer, return the representation of that monomer. |
Uses of Monomer in org.aisb.bio.tools |
Methods in org.aisb.bio.tools with parameters of type Monomer | |
int |
SimilarityMatrixComparator.compare(Monomer m1,
Monomer m2)
|
abstract int |
MonomerComparator.compare(Monomer m1,
Monomer m2)
|
int |
IdentityComparator.compare(Monomer m1,
Monomer m2)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |