You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
especially in the case where the input mRNA has no ambiguous codons
135
151
and is divisible by 3.
136
-
However, there are also additional parameters available for handling other types of strings.
152
+
However, there are also additional parameters available for handling other types of strings.
137
153
138
154
For instance, the function defaults to using the standard genetic code.
139
155
However, if a user wishes to use another codon chart
140
156
(for example, yeast or invertebrate),
141
157
there are others available on [BioSequences.jl](https://github.com/BioJulia/BioSequences.jl/blob/b626dbcaad76217b248449e6aa2cc1650e95660c/src/geneticcode.jl#L130) to choose from.
142
158
159
+
160
+
For example, we can translate the same input mRNA string.
0 commit comments