Package | Description |
---|---|
com.hfg.bio.seq.alignment.matrix |
Modifier and Type | Method and Description |
---|---|
static PSSM.Flag |
PSSM.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSSM.Flag[] |
PSSM.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PSSM(MultipleSequenceAlignment inMSA,
AminoAcidFreqTable inBackgroundAAFreq,
PSSM.Flag... inFlags)
Constructs a PSSM from a multiple sequence alignment.
|
PSSM(MultipleSequenceAlignment inMSA,
PSSM.Flag... inFlags)
Constructs a PSSM from a multiple sequence alignment.
|
jataylor@hairyfatguy.com