Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

A biologist reached out to you for help. She has a DNA sequence. See below: input.dna

A biologist reached out to you for help. She has a DNA sequence. See below: input.dna <- "ATGGCAAAAGGAAATATCAATGTATCGGTGGAAAATATTTTCCCGCTTATCAAAAAGTTTCTTTACAGT" She needs help to convert this DNA sequence with 69 letters to amino acid sequence (a process called translation). A DNA sequence is a sequence of letters that contains only four types letters A,T,C and G. A protein sequence is a seuqnce of letters that contains 20 different letters. When converting DNA sequence into protein sequence, every three letters in DNA sequence specifies a particular amino acid (triplet code, see image below). genetic_code_table.jpg In this question, you need to to identify appropriate function(s) in the "seqinr" package and translate the input DNA sequence into amino acid. Your result vector should be of length 23 (69 / 3), the first letter in the vector should be "M" (translate from "ATG"). Write the R code for this

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

discuss the data acquisition system in testing and measurements

Answered: 1 week ago