Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

BIOL 2111L Introduction to Bioinformatics Computing February 14, 2020 Name Lab Assignment 6 (50 points) DIRECTIONS An uploaded script is due at the start of

image text in transcribed
BIOL 2111L Introduction to Bioinformatics Computing February 14, 2020 Name Lab Assignment 6 (50 points) DIRECTIONS An uploaded script is due at the start of next Friday class by 11:00 AM to Bioinformatics 104. Be sure to use correct indentation and use the shebang, imports. Upload both scripts to canvas. 1) Create an executable python program that will handle regular expressions (50 points) Here's a list of Saccharomyces cerevisiae gene names separated by a comma. Create an input file exactly like shown below. xkn59438, yhdck2, eihd39d9, chdsye847, hedle3455, xjhd53e, 45da, de37dp Write a program that will print only the accession names that satisfy the following criteria - treat each criterion separately (use regular expressions): contain the number 5 contain the letter d ore contain the letters d and e in that order (de) contain the letters d and e in that order with a single letter between them contain both the letters d and e in any order (ed or de) start with x ory start with x or y and end with e start with an x followed by any three characters then a number contain three or more numbers in a row end with d followed by either a, r or p (da, dr, dp)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

How would we like to see ourselves?

Answered: 1 week ago