From 591a568ab2223f8ed79c50b53f3533858fe2e68e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 10 Jan 2019 03:12:22 +0100 Subject: fix post --- _posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 8bfe5f2..abd0164 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 @@ -189,12 +189,12 @@ FASTA format was extended by [FASTQ](https://en.wikipedia.org/wiki/FASTQ_format) ### PNG encoded DNA sequence -| Nucleotides | RGB | Color | -| ------------ | ----------- | ------ | -| A (Adenine) | (0,0,255) | Blue | -| G (Guanine) | (0,100,0) | Green | -| C (Cytosine) | (255,0,0) | Red | -| T (Thymine) | (255,255,0) | Yellow | +| 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 | With this in mind we can create a simple algorithm to create PNG representation of a DNA sequence. -- cgit v1.2.3