Class EmblId
java.lang.Object
org.biojava.nbio.core.sequence.io.embl.EmblId
This class contains the processed data of embl file
Primary accession number
Sequence version number
Topology: 'circular' or 'linear'
Molecule type
Data class
Taxonomic division
Sequence length
- Since:
- 5.0.0
- Author:
- Noor Aldeen Al Mbaidin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMolecule type this represents the type of molecule as storedSequence length The last item on the ID line is the length of the sequence (the total number of bases in the sequence).return the sequence version
-
Constructor Details
-
EmblId
-
-
Method Details
-
getPrimaryAccession
- Returns:
- String
-
getSequenceVersion
return the sequence version- Returns:
- String
-
getTopology
-
getMoleculeType
Molecule type this represents the type of molecule as stored- Returns:
- String
-
getDataClass
-
getTaxonomicDivision
- Returns:
- 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
-