Use the character functions from the package stringr
to print the following strings.
"atgcatgcatgcatgcatgcatgcatgcatgcatgcatgcatgcatgcatgcatgcatgc"
.
Do this by duplicating “atgc” 15 times." Thank goodness it's Friday"
without the leading white space
(i.e., without the spaces before "Thank"
)."gcagtctgaggattccaccttctacctgggagagaggacatactatatcgcagcagtggaggtggaatgg"
with all of the occurences of "a"
replaced with "A"
."gccgatgtacatggaatatacttttcaggaaacacatatctgtggagagg"
."a"
s in "gccgatgtacatggaatatacttttcaggaaacacatatctgtggagagg"
."gccgatgtacatggaatatacttttcaggaaacacatatctgtggagagg"
."gccgatgtacatggaatatacttttcaggaaacacatatctgtggagagg"
.