Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Calculate Genome Coverage | NGS Data Processing
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Python for Bioinformatics

bookChallenge: Calculate Genome Coverage

Tarea

Swipe to start coding

Write a Python function that calculates genome coverage from sequencing read start positions.

  • Accept a list of integers, read_starts, representing the start position of each read.
  • Accept an integer, genome_length, representing the total length of the genome.
  • Return a list of integers of length genome_length, where each element at index i is the number of reads that start at position i.

Solución

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 4
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Calculate Genome Coverage

Desliza para mostrar el menú

Tarea

Swipe to start coding

Write a Python function that calculates genome coverage from sequencing read start positions.

  • Accept a list of integers, read_starts, representing the start position of each read.
  • Accept an integer, genome_length, representing the total length of the genome.
  • Return a list of integers of length genome_length, where each element at index i is the number of reads that start at position i.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 4
single

single

some-alt