aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 07:32:39 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 07:32:39 +0200
commitc0f3c4af730a96582667c63e60ea402cf7545459 (patch)
tree1d03dafa1fd2b7762f7a7cc82c196fffe9bf83e9 /content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md
parent59e214bfe2f805baf4ff14eae328d2927b4619e7 (diff)
downloadmitjafelicijan.com-c0f3c4af730a96582667c63e60ea402cf7545459.tar.gz
Adde TOC to a bunch of posts
Diffstat (limited to 'content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md')
-rw-r--r--content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md18
1 files changed, 18 insertions, 0 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 a4fd1d7..4f00f21 100644
--- 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,6 +5,24 @@ date: 2019-01-03
5draft: false 5draft: false
6--- 6---
7 7
8**Table of contents**
9
101. [Initial thoughts](#initial-thoughts)
112. [Glossary](#glossary)
123. [Data encoding](#data-encoding)
134. [Quick history of DNA](#quick-history-of-dna)
145. [What is DNA?](#what-is-dna)
156. [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)
197. [Encoding text file in practice](#encoding-text-file-in-practice)
208. [Toolkit for encoding data](#toolkit-for-encoding-data)
21 1. [dnae-encode](#dnae-encode)
22 2. [dnae-png](#dnae-png)
239. [Benchmarks](#benchmarks)
2410. [References](#references)
25
8## Initial thoughts 26## Initial thoughts
9 27
10Imagine 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. 28Imagine 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.