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
セクション 2.  4
single

single

bookChallenge: Calculate Genome Coverage

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

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

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt