Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Calculate Genome Coverage | NGS Data Processing
Python for Bioinformatics

bookChallenge: Calculate Genome Coverage

Завдання

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.

Рішення

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 4
single

single

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

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

Свайпніть щоб показати меню

Завдання

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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 4
single

single

some-alt