diff options
Diffstat (limited to 'content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md')
| -rwxr-xr-x | content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index 8fcf5e7..577e241 100755 --- a/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | |||
| @@ -5,24 +5,6 @@ date: 2019-01-03 | |||
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| 8 | **Table of contents** | ||
| 9 | |||
| 10 | 1. [Initial thoughts](#initial-thoughts) | ||
| 11 | 2. [Glossary](#glossary) | ||
| 12 | 3. [Data encoding](#data-encoding) | ||
| 13 | 4. [Quick history of DNA](#quick-history-of-dna) | ||
| 14 | 5. [What is DNA?](#what-is-dna) | ||
| 15 | 6. [Encode binary data into DNA sequence](#encode-binary-data-into-dna-sequence) | ||
| 16 | 1. [Basic Encoding](#basic-encoding) | ||
| 17 | 2. [FASTA file format](#fasta-file-format) | ||
| 18 | 3. [PNG encoded DNA sequence](#png-encoded-dna-sequence) | ||
| 19 | 7. [Encoding text file in practice](#encoding-text-file-in-practice) | ||
| 20 | 8. [Toolkit for encoding data](#toolkit-for-encoding-data) | ||
| 21 | 1. [dnae-encode](#dnae-encode) | ||
| 22 | 2. [dnae-png](#dnae-png) | ||
| 23 | 9. [Benchmarks](#benchmarks) | ||
| 24 | 10. [References](#references) | ||
| 25 | |||
| 26 | ## Initial thoughts | 8 | ## Initial thoughts |
| 27 | 9 | ||
| 28 | Imagine a world where you could go outside and take a leaf from a tree and put it through your personal DNA sequencer and get data like music, videos or computer programs from it. Well, this is all possible now. It was not done on a large scale because it is quite expensive to create DNA strands but it's possible. | 10 | Imagine a world where you could go outside and take a leaf from a tree and put it through your personal DNA sequencer and get data like music, videos or computer programs from it. Well, this is all possible now. It was not done on a large scale because it is quite expensive to create DNA strands but it's possible. |
