Homework 1

profilebunny9095
BIFS614HW1.docx

Q (5 pts): Write the line of code that would install the package ggplot2 in R.

Q (5 pts): Write the line of code that defines the variable sequence as AATCGA in python.

Q (15 pts): What is BigO? What factors impact it, and which do not?

Q (10 pts): What are comment lines in an algorithm? When should they be used?

Q (25 pts): Using pseudocode, describe an algorithm that sums the values between 1 and N for a given value of N. What do you think the BigO will be for this algorithm and why?