From a543aa89c4db8e0e5509e96540a8dc5303159148 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 23 Sep 2019 12:01:16 +0200 Subject: new content --- content/2019-01-03-encoding-binary-data-into-dna-sequence.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/2019-01-03-encoding-binary-data-into-dna-sequence.md') diff --git a/content/2019-01-03-encoding-binary-data-into-dna-sequence.md b/content/2019-01-03-encoding-binary-data-into-dna-sequence.md index a3bca72..d3c1396 100644 --- a/content/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/content/2019-01-03-encoding-binary-data-into-dna-sequence.md @@ -190,12 +190,12 @@ FASTA format was extended by [FASTQ](https://en.wikipedia.org/wiki/FASTQ_format) ### PNG encoded DNA sequence -| 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 | +| 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