Question

In: Computer Science

Design an algorithmic flowchart for the given FASTA dataset, assuming all the files are of correct...

Design an algorithmic flowchart for the given FASTA dataset, assuming all the files are of correct format (no need to check for bad FASTA data). Given the two sequences, (A). ATCGC (B). AATTGCGCAA The outputs should be 5 and 10 respectively. Without using any code or any Python module, using a flowchart, draw and explain the above.

Solutions

Expert Solution

FASTA file/Dataset: It is a text based format representating nucleocide and amino acid sequence.

Here in below image, In step one we have just read the FASTA dataset.

In step 2: We are asking user to enter the sequences, they want to find the length(As per given problem) of.

The sequence user entering can be comma or space separated strings.

In step 3: If user enter comma separated value then using any programming language we can split it by comma and save it in string array(Array is the same size of the comma or space entered by user).

In step 4( not compulsory): Here we are just validating the user input with the existing dataset we have. This step is not complusory because it is not mention in the question.

In step 5: If we have found the sequence entered by user in the FASTA dataset, then we can simply return the length of the sequence entered by user


Related Solutions

Prepare a correct trial balance ,assuming all account balances are normal
An inexperienced bookkeeper prepared the following trial balance.Prepare a correct trial balance,assuming all account balances are normal Cappshaw Company Trial Balance December 31,2017 Particulars Debit$ Credit$ Cash 10,800   Prepaid Insurance   3,500 Accounts Payable   3,000 Unearned Service Revenue 2,200   Owner's Capital   9,000 Owner's Drawings   4,500 Service Revenue   25,600 Salaries & Wages Expense 18,600   Rent Expense   2,400 Total 31,600 31,600
Design a shell program to remove all the shell programming files ending with sh on your...
Design a shell program to remove all the shell programming files ending with sh on your home directory when a SIGINT signal is received.
DESIGN A FLOWCHART IN FLOWGORITHM Rainfall Statistics Design a program that lets the user enter the...
DESIGN A FLOWCHART IN FLOWGORITHM Rainfall Statistics Design a program that lets the user enter the total rainfall for each of 12 months into an array. The program should calculate and display the total rainfall for the year, the average monthly rainfall , and the months with the highest and lowest amounts. PLEASE AND THANK YOU
DESIGN A FLOWCHART IN FLOWGORITHM AND WRITE THE PSEUDOCODE Number Analysis Program Design a program that...
DESIGN A FLOWCHART IN FLOWGORITHM AND WRITE THE PSEUDOCODE Number Analysis Program Design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in an array and then display the following data: The lowest number in the array. The highest number in the array. The total of the numbers in the array. The average of the numbers in the array. PLEASE AND THANK YOU
DESIGN A FLOWCHART IN THE APPLICATION FLOWGORITHM Exercise called: Number Analysis Program Design a program that...
DESIGN A FLOWCHART IN THE APPLICATION FLOWGORITHM Exercise called: Number Analysis Program Design a program that asks the user to enter a maximum of 20 numbers. The program should store the numbers in an array and then display the following data: 1-The lowest number in the array. 2-The highest number in the array. 3-The total of the numbers in the array. 4-The average of the numbers in the array. PLEASE AND THANK YOU
PLEASE USE THE FLOWORITHM APPLICATION FOR THE ANSWER . I need that not a flowchart .Design...
PLEASE USE THE FLOWORITHM APPLICATION FOR THE ANSWER . I need that not a flowchart .Design the logic for a program that takes in three numbers from the user. Find the largest of the three numbers and output the largest number.
Greetings, I worked through part A and assuming I got it all correct so far. I'm...
Greetings, I worked through part A and assuming I got it all correct so far. I'm not sure where to go or how to find the breakeven point from the information found & given in order to complete B and C. 1. You are currently in the 7th year of a 25-year fixed rate, fully amortized mortgage with monthly payments. You originally borrowed $150,000 with a 9.50% annual interest rate. Interest rates are expected to be lower, so you are...
Design a program using a flowchart or pseudocode that accepts a person’s loyalty card number and...
Design a program using a flowchart or pseudocode that accepts a person’s loyalty card number and amount spent in the store last month. Display the data only if the customer is a high spender – a person who spent more than $1000 in the store. A program that accepts customer info continuously until a sentinel value is entered and displays a list of high spenders.
DESIGH A FLOWCHART IN FLOWGORITHM Speeding Violation Calculator. Design a program that calculates and displays the...
DESIGH A FLOWCHART IN FLOWGORITHM Speeding Violation Calculator. Design a program that calculates and displays the number of miles per hour over the speed limit that a speeding driver was doing. The program should ask for the speed limit and the driver's speed. Validate the input as follows: The speed limit should be at least 20, but not greater than 70. The driver's speed should be at least the value entered for the speed limit (otherwise the driver was not...
BE2-lO An inexperienced bookkeeper prepared the following trial balance. Prepare a correct trial balance, assuming all...
BE2-lO An inexperienced bookkeeper prepared the following trial balance. Prepare a correct trial balance, assuming all account balances are normal. WALTER COMPANY Trial Balance December 31, 2012 Debit $10,800 Credit Prepaid Insurance $ 3,500 Accounts Payable 3,000 Uhearned Service Revenue 2,200 Owner's Capital 9,000 Owner's Drawings 4,500 Service Revenue 25,600 Salaries and Wages Expense 18,600 Rent Expense 2,400 $31,600 $48,000 P2-2A Desiree Clark is a licensed CPA. During the month 01 operations of her business, the following events and transactions...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT