public enum LibraryStrategy extends Enum<LibraryStrategy>
Enum Constant and Description |
---|
AMPLICON |
BISULFITE_SEQ |
CHIA_PET |
CHIP_SEQ |
CLONE |
CLONEEND |
CTS |
DNASE_HYPERSENSITIVITY |
EST |
FAIRE_SEQ |
FINISHING |
FL_CDNA |
MDB_SEQ |
MEDIP_SEQ |
MIRNA_SEQ |
MNASE_SEQ |
MRE_SEQ |
NCRNA_SEQ |
OTHER |
POOLCLONE |
RIP_SEQ |
RNA_SEQ |
SELEX |
TN_SEQ |
VALIDATION |
WCS |
WGA |
WGS |
WXS |
Modifier and Type | Method and Description |
---|---|
static Map<String,LibraryStrategy> |
byDescription()
Return a map of library strategies keyed by description.
|
static LibraryStrategy |
fromDescription(String description)
Return the library strategy with the specified description, or null if no such library strategy exists.
|
String |
getDefinition()
Return the definition of this library strategy.
|
String |
getDescription()
Return the description of this library strategy.
|
static LibraryStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibraryStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibraryStrategy WGS
public static final LibraryStrategy WGA
public static final LibraryStrategy WXS
public static final LibraryStrategy RNA_SEQ
public static final LibraryStrategy MIRNA_SEQ
public static final LibraryStrategy NCRNA_SEQ
public static final LibraryStrategy WCS
public static final LibraryStrategy CLONE
public static final LibraryStrategy POOLCLONE
public static final LibraryStrategy AMPLICON
public static final LibraryStrategy CLONEEND
public static final LibraryStrategy FINISHING
public static final LibraryStrategy CHIP_SEQ
public static final LibraryStrategy MNASE_SEQ
public static final LibraryStrategy DNASE_HYPERSENSITIVITY
public static final LibraryStrategy BISULFITE_SEQ
public static final LibraryStrategy EST
public static final LibraryStrategy FL_CDNA
public static final LibraryStrategy CTS
public static final LibraryStrategy MRE_SEQ
public static final LibraryStrategy MEDIP_SEQ
public static final LibraryStrategy MDB_SEQ
public static final LibraryStrategy TN_SEQ
public static final LibraryStrategy VALIDATION
public static final LibraryStrategy FAIRE_SEQ
public static final LibraryStrategy SELEX
public static final LibraryStrategy RIP_SEQ
public static final LibraryStrategy CHIA_PET
public static final LibraryStrategy OTHER
public static LibraryStrategy[] values()
for (LibraryStrategy c : LibraryStrategy.values()) System.out.println(c);
public static LibraryStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDescription()
public String getDefinition()
public static Map<String,LibraryStrategy> byDescription()
public static LibraryStrategy fromDescription(String description)
description
- descriptionCopyright © 2014–2015. All rights reserved.