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

bookChallenge: Calculate Genome Coverage

Tarefa

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.

Solução

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 4
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

close

bookChallenge: Calculate Genome Coverage

Deslize para mostrar o menu

Tarefa

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.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 4
single

single

some-alt