Hello,
My overall experience in this class made me realized how important statistics with probability is and how it can apply to my studies. As a biomedical informatics major, we have to use statistics and different types of programs to read and analyze data. The R program, although it was challenging, helped me in so many ways especially in my programming for biologist class. At one point in our class, we had to analyze DNA sequences to extract RNA sequence from a DNA template. So, the R commands can be used to make a lot of calculations and graphing. Although, I focused on a lot of python codes in some way or form the R codes triggered a recollection of python commands because of the similarities between the two programs. For example, to do a simple calculation in R such as > x <- c ( 6, 2, 9, 3, 12, 5, 11) \n > mean (x) 6.85 … although you can create a vector and call it in two commands, python allows you to do the same but adding a few more steps. If you were to find the mean using the above data you’ll have to create a variable using the data above. Then import x = statistics.mean(place_variable) then print (x). Printing “x” would allow you to find the mean. So, R is more easier and user friendly compare to python and that was one thing I admired about this class.
By Javana