Class EmblId
- java.lang.Object
-
- org.biojava.nbio.core.sequence.io.embl.EmblId
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataClass()
String
getMoleculeType()
Molecule type this represents the type of molecule as storedString
getPrimaryAccession()
String
getSequenceLength()
Sequence length The last item on the ID line is the length of the sequence (the total number of bases in the sequence).String
getSequenceVersion()
return the sequence versionString
getTaxonomicDivision()
String
getTopology()
-
-
-
Method Detail
-
getPrimaryAccession
public String getPrimaryAccession()
- Returns:
- String
-
getSequenceVersion
public String getSequenceVersion()
return the sequence version- Returns:
- String
-
getTopology
public String getTopology()
-
getMoleculeType
public String getMoleculeType()
Molecule type this represents the type of molecule as stored- Returns:
- String
-
getDataClass
public String getDataClass()
-
getTaxonomicDivision
public String getTaxonomicDivision()
- Returns:
- String
-
getSequenceLength
public String getSequenceLength()
Sequence length The last item on the ID line is the length of the sequence (the total number of bases in the sequence). This number includes base positions reported as present but undetermined (coded as "N").- Returns:
- String
-
-