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>2023-01-26 11:36:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-01-26 11:36:44 +0100
commitd95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 (patch)
tree7a4280e072382c09ac76b9da4e7b82f4170699db /content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md
parentc67c1800f22e66b7f11c904ff8fdee6947f91c07 (diff)
downloadmitjafelicijan.com-d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9.tar.gz
A bunch of theme changes and removal of Cactus comments
Diffstat (limited to 'content/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md')
-rwxr-xr-xcontent/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md18
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
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
26## Initial thoughts 8## Initial thoughts
27 9
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. 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.