From aa37cb8ec0e1694228a4f3082aebd1e3ee2526d0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 7 Dec 2021 16:41:32 +0100 Subject: Move back to Times font and cleanup --- posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'posts/2019-01-03-encoding-binary-data-into-dna-sequence.md') diff --git a/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index ea2bec8..6f6b3d7 100644 --- a/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md @@ -174,10 +174,10 @@ FASTA format was extended by [FASTQ](https://en.wikipedia.org/wiki/FASTQ_format) | Nucleotides | RGB | Color name | | ------------- | ----------- | ---------- | -| A -> Adenine | (0,0,255) | Blue | -| G -> Guanine | (0,100,0) | Green | -| C -> Cytosine | (255,0,0) | Red | -| T -> Thymine | (255,255,0) | Yellow | +| A ➞ Adenine | (0,0,255) | Blue | +| G ➞ Guanine | (0,100,0) | Green | +| C ➞ Cytosine | (255,0,0) | Red | +| T ➞ Thymine | (255,255,0) | Yellow | With this in mind we can create a simple algorithm to create PNG representation of a DNA sequence. -- cgit v1.2.3