Challenge: Find Conserved Motifs
Завдання
Swipe to start coding
Write a Python function that finds all positions of a given motif in a DNA sequence string.
- For the string
sequence, search for all start indices wheremotifoccurs (use 1-based indexing: the first position is 1). - Return a list of positions where the motif occurs in the sequence.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 4
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Чудово!
Completion показник покращився до 6.25
Challenge: Find Conserved Motifs
Свайпніть щоб показати меню
Завдання
Swipe to start coding
Write a Python function that finds all positions of a given motif in a DNA sequence string.
- For the string
sequence, search for all start indices wheremotifoccurs (use 1-based indexing: the first position is 1). - Return a list of positions where the motif occurs in the sequence.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 4
single