Here is a list of the files in the Rosalind BioInfo Repo and a brief description of their functions:
-
dnaCount: Counts the number/type of bases in a sequence
-
transcribeDNA2RNA: Transcribes DNA to RNA
-
reverseCompDNA: Returns the reverse compliment of a strand of DNA
-
nFactorial: Returns the factorial of a given number
-
rabbits_recurrence: Calculates Fibinocci sequence with a modifier (allows each element in Fib to produce more than 1 element for the next iteration)
-
mortal_rabbits: Advance Fibinocci calculator for populations and similiar. Allow population to grow by any multiplier and accounts for deaths