SeqRecord
SeqRecord is a core data structure in Biopython that encapsulates a biological sequence along with its annotations and features. It is used to represent sequence records within the Biopython project and integrates with the SeqIO input/output framework.
A SeqRecord stores the sequence itself in the seq attribute (as a Seq object or string), and
SeqRecord works with SeqIO to read and write sequence data in formats such as FASTA, GenBank, EMBL,
Practical notes: SeqRecord provides a convenient container for sequence data and metadata, enabling downstream analysis and