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 StringgetDataClass()StringgetMoleculeType()Molecule type this represents the type of molecule as storedStringgetPrimaryAccession()StringgetSequenceLength()Sequence length The last item on the ID line is the length of the sequence (the total number of bases in the sequence).StringgetSequenceVersion()return the sequence versionStringgetTaxonomicDivision()StringgetTopology()
-
-
-
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
-
-