Package | Description |
---|---|
com.hfg.bio.seq.format |
Modifier and Type | Field and Description |
---|---|
static EMBL_DataClass |
EMBL_DataClass.CONSTRUCTED
Constructed CON
|
static EMBL_DataClass |
EMBL_DataClass.EST
Expressed Sequence Tag EST
|
static EMBL_DataClass |
EMBL_DataClass.GSS
Genome Survey Sequence GSS
|
static EMBL_DataClass |
EMBL_DataClass.HTC
High Throughput cDNA sequencing HTC
|
static EMBL_DataClass |
EMBL_DataClass.HTG
High Throughput Genome sequencing HTC
|
static EMBL_DataClass |
EMBL_DataClass.MGA
Mass Genome Annotation MGA
|
static EMBL_DataClass |
EMBL_DataClass.PATENT
Patent PAT
|
static EMBL_DataClass |
EMBL_DataClass.STANDARD
Standard STD
|
static EMBL_DataClass |
EMBL_DataClass.STS
Sequence Tagged Site
|
static EMBL_DataClass |
EMBL_DataClass.TSA
Transcriptome Shotgun Assembly TSA
|
static EMBL_DataClass |
EMBL_DataClass.WGS
Whole Genome Shotgun WGS
|
Modifier and Type | Method and Description |
---|---|
static EMBL_DataClass |
EMBL_DataClass.valueOf(String inValue)
Returns the corresponding EMBL_DataClass by comparing the value to the
name and code values of the enumerated set.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EMBL_DataClass> |
EMBL_DataClass.values() |
jataylor@hairyfatguy.com