Store this variable cnt calculate piest cnt calculate the difference
of all four-base subsequences (256 of them in all), sorted by frequency. A four base subsequence starts at each location 1, 2, 3, and so on. (This kind of word frequency analysis is common to many fields of study, including linguistics, computer science, and music.)
2A-Use File::Find and the file test operators to find the oldest and largest files on
C-Perform BLAST searches at the NCBI web site. Search with DNA against DNA
databases; then search with the same DNA against protein databases, and compare
Your program will have the following inputs:
The program will prompt the user for the number of random values to be used in the simulation, N.
D – Generate N random numbers between -1 and 1 (remember that you will have to multiply the standard random value by 2 and subtract 1) and store them in an array y.
E – Count to see how many of these (x,y) pairs meet the condition that x^2 + y^2 <= 1, store this in a variable cnt.
$$\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \\ \end{pmatrix}$$
$$\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{pmatrix}$$
#call your function
#print returned matrix using print2Darray
As discussed in his tutorial and my lectures the s-th power of the adjacency matrix counts walks of length s. In this programming assignment you will write some subroutines to explore this concept.
5 – You are free to use any of the code that I discussed during the lecture such as print_2Darray which map be helpful.
6 – All other code needs to be written by you. GOOD LUCK AND REACH OUT TO ME VIA EMAIL jsolka@gmu.edu WITH QUESTIONS!!!
4 (14 pts) – Show me the modorg records where gsize is larger than 1000
5 (14 pts) – Show me the modorg records ordered by gsize