Design an algorithmic flowchart for the given FASTA dataset, assuming all the files are of correct format (no need to check for bad FASTA data). Given the two sequences,
(A). ATCGC
(B). AATTGCGCAA
The outputs should be 5 and 10 respectively. Without using any code or any Python module, using a flowchart, draw and explain the above.
Solution:
The flow chart is drawn for the above output as shown in the screenshot attached below. Plese follow it.
Explanation:
The two sequences are stored in S1 and S2.
The lengths of the sequences are stored in l1 and l2 respectively.
These l1 and l2 have 5 and 10 in it for the given sequences S1 and S2.
The values are printed on console.
Get Answers For Free
Most questions answered within 1 hours.