Skip to main content

FINAL EXAM PYTHON FOR GENOMIC DATA 

For John Hopkins University by Coursera

If you haven't yet read the instructions, please exit the exam and read the Final Exam Instructions.

Please run the following data set in the program(s) that you have written: dna2.fasta

If you created your program(s) correctly, you will be able to answer the questions below.

How many records are in the multi-FASTA file?

1 / 1 point
Correct
Question 2

What is the length of the longest sequence in the file?

1 / 1 point
Correct
Question 3

What is the length of the shortest sequence in the file?

1 / 1 point
Correct
Question 4

What is the length of the longest ORF appearing in reading frame 2 of any of the sequences?

1 / 1 point
Correct
Question 5

What is the starting position of the longest ORF in reading frame 3 in any of the sequences? The position should indicate the character number where the ORF begins. For instance, the following ORF:

> sequence1

ATGCCCTAG

starts at position 1.

1 / 1 point
Correct
Question 6

What is the length of the longest ORF appearing in any sequence and in any forward reading frame?

1 / 1 point
Correct
Question 7

What is the length of the longest forward ORF that appears in the sequence with the identifier gi|142022655|gb|EQ086233.1|16?

1 / 1 point
Correct
Question 8

Find the most frequently occurring repeat of length 6 in all sequences. How many times does it occur in all?

1 / 1 point
Correct
Question 9

Find all repeats of length 12 in the input file. Let's use Max to specify the number of copies

of the most frequent repeat of length 12. How many different 12-base sequences

occur Max times?

1 / 1 point
Correct
Question 10

Which one of the following repeats of length 7 has a maximum number of occurrences?

1 / 1 point
Correct

Comments

Popular posts from this blog

Genetic Mutations

  GENETIC MUTATIONS Genetic mutations  are spontaneous changes occurring in the genetic material, (DNA) of an individual. Mutations can be passed to the next generations or may not, depending upon the type of cell in which they occur.       They can be harmful, beneficial or even neutral. Usually these are caused naturally but they can be caused by harmful radiations or chemicals or drugs etc. Somatic cell’s mutations do not pass to the offspring. While the mutations in germ line cells are hereditary. The term mutation was given by Devries in 1909. Types of Mutations Two most basic categories of mutations are: Point mutations These mutations are those occurring only at certain points in chromosomes or the genes if it. For example, insertion, deletion etc. Chromosomal mutation More sever class of mutations is chromosomal mutations. It includes deletion of one or set of chromosome, or may be more number of chromosomes is present in genome than normal numbers....
 Genomics_command_line_quiz1 For all projects, you may use your own Unix-based system and, where applicable, ensure that you are running the version of the software specified in the assignments. Alternatively, you may use the VMBox virtual machine environment provided with the course materials. Instructions on how to download and use the environment can be found on the course web site. For the following questions, refer to the class workflow and use the data in the Online materials (‘gencommand_proj1_data.tar.gz’) to answer the questions. Assume you sequenced and assembled the genome of Malus domestica (apple), and performed gene annotation. You then collected samples and ran RNA-seq experiments to determine sets of genes that are expressed in the various tissues. This information was stored, respectively, in the following files: “apple.genome”, “apple.genes”, “apple.condition{A,B,C}”. NOTE: The apple genome and the apple gene annotations for this project were extracted from the Ro...

Immunotherapy