Sequence Variation and Alignment (python)
42 PLNThere are several ways that variation gets incorporated into the genome. One way is for mutations (point mutations, frameshift insertions, and frameshift deletions) to alter the genome, as done previously. In this lab, you will be expanding your mutation generator and detector to detect other types of sequence variation. You will add the ability to detect cross-overs/recombinations. Recombination occurs during meiosis when two parental homologous chromosomes switch whole portions of their DNA. You will incorporate the ability to detect variable copy numbers. This is when portions of the DNA that have repeat patterns get copied or deleted in the genome. You will also include the ability to detect transposon insertion. This is when a transposon sequence, gets inserted into host dna. A signature of a transposon insertion are the inverted repeats on either end of the sequence. Lastly, you will use multiple sequence alignment to align sequences with different variation types. The steps for the assignment are as follows:
- Create a SequenceVariation class (or different name) which takes as an input a String of DNA and generates different sequence variations to the inputted sequence. Check it only contains the correct nucleotides (and N). Create a series of methods cause specific types of sequence variation to occur to the inputted sequence. Start with an input sequence seq1 = ‘GCACGTATTGATTGGCCTGTACCTA’.
- Use your previously written mutation code to create a method that takes in a sequence and an integer n as inputs and outputs a new sequence (seq2) with n random point mutations. Check n is not greater than the sequence length. Test the method using seq1 and n = 10 as inputs.
- Create a method that takes in two sequences and outputs two new sequences where a cross-over/recombination has occurred between the two sequences at a random location. Test the method using seq1 and seq2 as inputs and outputs seq3 and seq4.
- Create a method for copy number variation that takes in a sequence, finds a repeated sequence of nucleotides (of length 3 or greater) next to one another and inserts a third copy into that sequence. Test the function by inputting seq1 and outputting seq5. Create a similar method that removes one of the copies and test it using seq1 and outputting seq6.
- Create a transposon method that takes in a sequence of DNA and a transposon sequence (one that has inverted repeats at the end of it) and inserts the transposon into the original sequence. The transposon should insert itself at the location of its inverted repeat in the original sequence. Test the method using seq1 and tseq = ‘ACGTGGTTGCACGT’ and outputting seq7.
- Create a SequenceVariationDetection class (or different name) which takes in two inputs as Strings of DNA and detects whether the different sequence variations discussed has occurred (point mutations, frameshifts, cross-overs, copy variations, and transposon insertions).
- Calculate the similarity score between the original sequence seq1 and all other sequences (seq2-seq7).
- Use the multiple sequence alignment algorithm to align all seven sequences.
____
Максимально простой код без регулярных выражений, декораторов и т.д.
-
108 C задачей рботы с генными последовательностями сталкивался, все эти операции делал на джаве. Но на коленках задача не делается, нужно написать все фунцеции, а также тесты под них, дабы уверится что все работает. Суммарное количество кода 300-400 строк. Качественная работа займет 2-4 дня
Aktualne zlecenia dla freelancerów w kategorii Python
Platforma komentowania AI dla TikTok i Instagram.Cel projektuOpracować system, który pozwala zarządzać dużą liczbą kont TikTok i Instagram oraz automatycznie publikować odpowiednie komentarze pod wybranymi filmami z wykorzystaniem AI.Podstawowa funkcjonalność1. Zarządzanie kontamiNależy wdrożyć możliwość podłączenia… AI i uczenie maszynowe, Python ∙ 8 godzin 25 minut temu ∙ 11 ofert |
Zbudować model klasyfikacji klientów1. Są dane klientów w Mongo/SQL (około 20 000 zapisów z surowymi danymi). 2. Należy na ich podstawie zbudować cechy i model klasyfikacji klientów na grupy behawioralne. 3. Projekt wykonać w Pythonie. AI i uczenie maszynowe, Python ∙ 2 dni 2 godziny temu ∙ 33 oferty |
Automatyzacja IT prowadzenia raportowania VAT
830 PLN
Konieczne jest opracowanie systemu do automatyzacji przenoszenia danych o sprzedaży z CRM do systemu księgowego Wafeq. System ma importować raporty bankowe i płatnicze, automatycznie uzgadniać płatności z fakturami, generować faktury do raportowania VAT oraz minimalizować pracę… AI i uczenie maszynowe, Python ∙ 2 dni 8 godzin temu ∙ 43 oferty |
Narzędzie do porównywania rachunków z bankiem, kartami i księgowymZadanie techniczne: narzędzie do porównywania rachunków z bankiem, kartami i księgowymOgólny cel Potrzebne jest lokalne narzędzie (skrypt/mała aplikacja w Pythonie), które uruchamiane ręcznie co 1-2 miesiące na moim komputerze i dokonuje porównania między: Rachunkami, które… Python, Aplikacje desktopowe ∙ 2 dni 20 godzin temu ∙ 42 oferty |
Automatyczne publikowanie wideo w mediach społecznościowych według harmonogramuSpecyfikacja techniczna (ST)Automatyczne publikowanie wideo w mediach społecznościowych według harmonogramuOpis projektuPotrzebny jest skrypt/bot (preferowany Python, lub inne rozwiązanie według Twojego wyboru — najważniejsza jest stabilność i łatwość w utrzymaniu), który… Python, Tworzenie chatbota ∙ 3 dni 8 godzin temu ∙ 59 ofert |