Package | Description |
---|---|
com.hfg.bio | |
com.hfg.bio.glyco | |
com.hfg.bio.seq | |
com.hfg.bio.seq.genomic | |
com.hfg.chem | |
com.hfg.chem.solution |
Modifier and Type | Class and Description |
---|---|
class |
AminoAcid
Amino Acid.
|
class |
CTerminalGroup
C-terminal protein group.
|
class |
DigestFragment
Product of a proteolytic digest.
|
class |
NTerminalGroup
N-terminal protein group.
|
class |
Nucleotide
Nucleotide.
|
Modifier and Type | Class and Description |
---|---|
class |
Glycan
Common mammalian polysaccharide structures.
|
class |
Monosaccharide
Monosaccharide values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BioSequence
Interface for a biological Protein, DNA, or RNA sequence.
|
interface |
BioSequencePlus
Interface for an exetended biological protein, DNA, or RNA sequence with support for features,
citations, db xrefs, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
BioSequenceImpl
Biological Protein, DNA, or RNA sequence.
|
class |
BioSequencePlusImpl
Exetended biological protein, DNA, or RNA sequence with support for features,
citations, db xrefs, etc.
|
class |
NucleicAcid
Biological DNA or RNA sequence.
|
class |
Protein
Biological protein sequence.
|
class |
ProteinXLink
Biological protein sequence crosslink.
|
class |
ProteinXLinkType
Biological protein sequence cross-link types.
|
Modifier and Type | Class and Description |
---|---|
class |
Intron
An intron in a gene.
|
Modifier and Type | Class and Description |
---|---|
class |
Element
Atomic element.
|
class |
Isotope
Isotope.
|
class |
Molecule
Generic chemical entity.
|
Modifier and Type | Method and Description |
---|---|
ElementalComposition |
ElementalComposition.add(Matter inValue) |
Molecule |
Molecule.add(Matter inValue) |
Molecule |
Molecule.add(Matter inValue,
int inCount) |
ElementalComposition |
ElementalComposition.remove(Matter inValue) |
Molecule |
Molecule.remove(Matter inValue) |
Molecule |
Molecule.remove(Matter inValue,
int inCount) |
Constructor and Description |
---|
Molecule(Matter inInitialValue) |
Modifier and Type | Method and Description |
---|---|
Matter |
MixtureComponent.getSubstance() |
Modifier and Type | Method and Description |
---|---|
Quantity |
AqueousSolution.calcMassOfComponentNeeded(Matter inComponent) |
AqueousSolution |
AqueousSolution.defineComponent(Matter inSubstance,
Quantity inConcentration) |
Quantity |
AqueousSolution.getQuantity(Matter inMatter) |
Constructor and Description |
---|
MixtureComponent(Matter inSubstance,
Quantity inQuantity) |
jataylor@hairyfatguy.com