This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54994bd
commit 69b4584
Showing
13 changed files
with
123,568 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "45bf49b1-e761-4502-b5b9-32befcab53ca", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"library(ggplot2)\n", | ||
"library(data.table)\n", | ||
"library(Bioconductor::Biostrings)\n" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.11.5" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
library(ggplot2) | ||
library(data.table) | ||
library(Bioconductor::Biostrings) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 1, | ||
"id": "45bf49b1-e761-4502-b5b9-32befcab53ca", | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"ename": "SyntaxError", | ||
"evalue": "invalid syntax (2852074393.py, line 3)", | ||
"output_type": "error", | ||
"traceback": [ | ||
"\u001b[0;36m Cell \u001b[0;32mIn[1], line 3\u001b[0;36m\u001b[0m\n\u001b[0;31m library(Bioconductor::Biostrings)\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n" | ||
] | ||
} | ||
], | ||
"source": [ | ||
"library(ggplot2)\n", | ||
"library(data.table)\n", | ||
"library(Bioconductor::Biostrings)\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "52eee6d8-e483-47a2-9efe-b033d22c4f2d", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.11.5" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
"type","codon","anticodon" | ||
"WC","TTG","CAA" | ||
"WC","TTA","TAA" | ||
"WC","TTC","GAA" | ||
"IU","TTT","AAA" | ||
"IC","TTC","AAA" | ||
"GU","TTT","GAA" | ||
"UG","TTG","TAA" | ||
"WC","TCG","CGA" | ||
"WC","TCA","TGA" | ||
"WC","TCC","GGA" | ||
"IU","TCT","AGA" | ||
"IC","TCC","AGA" | ||
"IA","TCA","AGA" | ||
"GU","TCT","GGA" | ||
"UG","TCG","TGA" | ||
"WC","TAC","GTA" | ||
"IU","TAT","ATA" | ||
"IC","TAC","ATA" | ||
"GU","TAT","GTA" | ||
"WC","TGG","CCA" | ||
"WC","TGC","GCA" | ||
"IU","TGT","ACA" | ||
"IC","TGC","ACA" | ||
"GU","TGT","GCA" | ||
"WC","CTG","CAG" | ||
"WC","CTA","TAG" | ||
"WC","CTC","GAG" | ||
"IU","CTT","AAG" | ||
"IC","CTC","AAG" | ||
"IA","CTA","AAG" | ||
"GU","CTT","GAG" | ||
"UG","CTG","TAG" | ||
"WC","CCG","CGG" | ||
"WC","CCA","TGG" | ||
"WC","CCC","GGG" | ||
"IU","CCT","AGG" | ||
"IC","CCC","AGG" | ||
"IA","CCA","AGG" | ||
"GU","CCT","GGG" | ||
"UG","CCG","TGG" | ||
"WC","CAG","CTG" | ||
"WC","CAA","TTG" | ||
"WC","CAC","GTG" | ||
"IU","CAT","ATG" | ||
"IC","CAC","ATG" | ||
"GU","CAT","GTG" | ||
"UG","CAG","TTG" | ||
"WC","CGG","CCG" | ||
"WC","CGA","TCG" | ||
"WC","CGC","GCG" | ||
"IU","CGT","ACG" | ||
"IC","CGC","ACG" | ||
"IA","CGA","ACG" | ||
"GU","CGT","GCG" | ||
"UG","CGG","TCG" | ||
"WC","ATG","CAT" | ||
"WC","ATA","TAT" | ||
"WC","ATC","GAT" | ||
"IU","ATT","AAT" | ||
"IC","ATC","AAT" | ||
"IA","ATA","AAT" | ||
"GU","ATT","GAT" | ||
"WC","ACG","CGT" | ||
"WC","ACA","TGT" | ||
"WC","ACC","GGT" | ||
"IU","ACT","AGT" | ||
"IC","ACC","AGT" | ||
"IA","ACA","AGT" | ||
"GU","ACT","GGT" | ||
"UG","ACG","TGT" | ||
"WC","AAG","CTT" | ||
"WC","AAA","TTT" | ||
"WC","AAC","GTT" | ||
"IU","AAT","ATT" | ||
"IC","AAC","ATT" | ||
"GU","AAT","GTT" | ||
"UG","AAG","TTT" | ||
"WC","AGG","CCT" | ||
"WC","AGA","TCT" | ||
"WC","AGC","GCT" | ||
"IU","AGT","ACT" | ||
"IC","AGC","ACT" | ||
"GU","AGT","GCT" | ||
"UG","AGG","TCT" | ||
"WC","GTG","CAC" | ||
"WC","GTA","TAC" | ||
"WC","GTC","GAC" | ||
"IU","GTT","AAC" | ||
"IC","GTC","AAC" | ||
"IA","GTA","AAC" | ||
"GU","GTT","GAC" | ||
"UG","GTG","TAC" | ||
"WC","GCG","CGC" | ||
"WC","GCA","TGC" | ||
"WC","GCC","GGC" | ||
"IU","GCT","AGC" | ||
"IC","GCC","AGC" | ||
"IA","GCA","AGC" | ||
"GU","GCT","GGC" | ||
"UG","GCG","TGC" | ||
"WC","GAG","CTC" | ||
"WC","GAA","TTC" | ||
"WC","GAC","GTC" | ||
"IU","GAT","ATC" | ||
"IC","GAC","ATC" | ||
"GU","GAT","GTC" | ||
"UG","GAG","TTC" | ||
"WC","GGG","CCC" | ||
"WC","GGA","TCC" | ||
"WC","GGC","GCC" | ||
"IU","GGT","ACC" | ||
"IC","GGC","ACC" | ||
"IA","GGA","ACC" | ||
"GU","GGT","GCC" | ||
"UG","GGG","TCC" |
Oops, something went wrong.