Workshop#7
nWrite a sliding window program to compute the %GC in a sequence of nucleotides. 
n

The program should prompt the user for

  • nThe DNA sequence
  • nThe window size (assume the window increment is 1)
nTest your program using the data for Workshop 3.
  
 

 
 Return to the Bioinformatics Home Page