dna="AAGAGATGCCATTGTCCCCCGGCCTCCTGCTGCTGCTCTTAGCGGGGCCACATCGGCCACCGCTGCCCTGCCCCTGGAGGGTGGCCCCACCGGCCGTTACAGCGAGCATAC"
So basically I was trying to select ONLY the letter "C"s in the dna
variable, and simply replace it with the letter "G".
Is there a way/function I can have for this? Would be greatly appreciated if answered!