|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SignificantMotifOccurrencesFinder.RandomSeqType>
de.jstacs.motifDiscovery.SignificantMotifOccurrencesFinder.RandomSeqType
public static enum SignificantMotifOccurrencesFinder.RandomSeqType
Enum Constant Summary | |
---|---|
BACKGROUND
A enum constant that indicates to use the a background set to determine the significance level. |
|
hMM0
A enum constant that indicates to use sequences drawn from a homogeneous Markov model of order 0 to determine the significance level. |
|
hMM1
A enum constant that indicates to use sequences drawn from a homogeneous Markov model of order 1 to determine the significance level. |
|
hMM2
A enum constant that indicates to use sequences drawn from a homogeneous Markov model of order 3 to determine the significance level. |
|
hMM3
A enum constant that indicates to use sequences drawn from a homogeneous Markov model of order 3 to determine the significance level. |
|
hMM4
A enum constant that indicates to use sequences drawn from a homogeneous Markov model of order 4 to determine the significance level. |
|
hMM5
A enum constant that indicates to use sequences drawn from a homogeneous Markov model of order 5 to determine the significance level. |
|
PERMUTED
A enum constant that indicates to use permuted instances of the sequence to determine the significance level. |
Method Summary | |
---|---|
int |
getOrder()
This method returns the Markov order. |
static SignificantMotifOccurrencesFinder.RandomSeqType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SignificantMotifOccurrencesFinder.RandomSeqType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SignificantMotifOccurrencesFinder.RandomSeqType BACKGROUND
public static final SignificantMotifOccurrencesFinder.RandomSeqType PERMUTED
public static final SignificantMotifOccurrencesFinder.RandomSeqType hMM0
public static final SignificantMotifOccurrencesFinder.RandomSeqType hMM1
public static final SignificantMotifOccurrencesFinder.RandomSeqType hMM2
public static final SignificantMotifOccurrencesFinder.RandomSeqType hMM3
public static final SignificantMotifOccurrencesFinder.RandomSeqType hMM4
public static final SignificantMotifOccurrencesFinder.RandomSeqType hMM5
Method Detail |
---|
public static SignificantMotifOccurrencesFinder.RandomSeqType[] values()
for (SignificantMotifOccurrencesFinder.RandomSeqType c : SignificantMotifOccurrencesFinder.RandomSeqType.values()) System.out.println(c);
public static SignificantMotifOccurrencesFinder.RandomSeqType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |