Bioinformatics in Python: DNA Toolkit. Part 6: Protein search in a reading frame

preview_player
Показать описание
🚀 [DESCRIPTION]:

In this video, we add a powerful function to our DNA Toolkit: one that scans reading frames and efficiently extracts protein sequences. This brings us closer to a complete protein prediction pipeline!
#Bioinformatics #Python #DNAToolkit #Proteins #ReadingFrames #CodingTutorial

🔹🔹🔹🔹🔹

💻 [GITHUB REPO]:

🔹🔹🔹🔹🔹

🔗 [VIDEO LINKS]:

Open Reading Frame:

🔹🔹🔹🔹🔹

✨ [CONNECT WITH US]!

Stay updated and join our growing community of bio-coders and rebel thinkers!

🔹🔹🔹🔹🔹

🔬 [JOIN THE REBEL SCIENCE COMMUNITY]!

Engage with us, ask questions, and share your ideas!

🔹🔹🔹🔹🔹

💖 [SUPPORT REBELSCIENCE]!

Love what we do? Your support helps us create more open-source bioinformatics tools and content! You can support us with a one-time donation or a subscription.

Forum subscriptions via Stripe come with many benefits, including a dedicated community, community-only projects and discussions (like Rosalind and other related courses), and opportunities for collaboration on different projects.

Any donations will be used for new content creation and to cover server and community management expenses. Thank you for being a part of rebelScience!

🔹🔹🔹🔹🔹

Рекомендации по теме
Комментарии
Автор

Just found your channel. Thank you for creating these videos and sharing them!

peciuma
Автор

awesome function...learnt so much and good explanation as well...

sohamshirolkar
Автор

Great video. Thanks. For this function, I tried iterating the aa sequence from the end. Mark the current "_" as an end. Append every seq with newly found “M” to proteins[]. It seems less time and space used.

facetme
Автор

I didn't understand the last for loop "for i in range(len(current_prot))" It should append the element in the 0th position, am I right?, then after each iteration it should append to the last position, what did i get wrong

abdulrhmana.elshiekh
Автор

Hi, first of all, you do perfekt Videos! Amazing ! I am a newbie and i have a question . if i run the code i take this results : The Proteins from this sequance are : ["M', 'G', 'K', 'I', '"], normally i must take results like this : The Proteins from this sequance are : ['MGKI'] . But there are separate with comma ! The code is like this video and for the print in main, i write this , print("The Proteins from this sequance are : " + protein_transl) !
if someone knows where is the mistakes let me please know ! Thanks in Advance !

petrossss
welcome to shbcf.ru