InterviewSolution
Saved Bookmarks
| 1. |
Question : Collect 5 examples of palindromic DNA sequences by consulting your teacher. Better try to create a palindromic sequence by following base-pair rules. |
|
Answer» Solution :Palindromic sequence is same in DNA and opposite to each other. have restriction(A) `5.- "GGATCC" -3., 3.-"CCTAGG"-5.` (B) `5.-"AAGCTT"-3., 3.-"TTCGAA"-5.` (C) `5.-"ACGCGTS"-3., 3.-"TGCGCA"-5.` (D) `5.-"ACTAGT"-3., 3.-"TGATCA"-5.` (E) `5.-"AGGCCT"-3., 3.-"TCCGGA"-5.` |
|