The annotations of a GenBank record are stored in what data structure in a SeqRecord object?
1. |
Dictionary |
|
2. |
List |
|
3. |
Ordered Dictionary |
|
4. |
Set |
Dictionary Data Structure is used to store the annotations of a Gen Bank record in a SeqRecord object
We use python libraries to store the data using data structures.
This dictionary helps to find the data easily by using the keywords.
In GenBank SeqRecord files, annotation means a dictionary of additional information about the sequence.
Keys are there in the dictionary they are the name as the information and the data or information will be in the value.
Format of Dictionary= { Key:Value}
Key--> name of the information
Value-->information
Get Answers For Free
Most questions answered within 1 hours.