{"id":26375544,"url":"https://github.com/mr-ravin/bingenetic","last_synced_at":"2025-03-17T02:17:42.164Z","repository":{"id":57415141,"uuid":"315050821","full_name":"mr-ravin/BinGenetic","owner":"mr-ravin","description":"This repository contains a simple python library to convert binary data to genetic codes and further genetic codes back to binary data.","archived":false,"fork":false,"pushed_at":"2025-03-04T13:02:00.000Z","size":235,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T13:05:04.622Z","etag":null,"topics":["bioinformatics","data-storage","dna","dna-storage","genetic-code","genetic-storage","genetics","rna","rna-storage"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr-ravin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-22T14:01:36.000Z","updated_at":"2025-03-04T13:02:03.000Z","dependencies_parsed_at":"2022-09-11T21:53:18.453Z","dependency_job_id":null,"html_url":"https://github.com/mr-ravin/BinGenetic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ravin%2FBinGenetic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ravin%2FBinGenetic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ravin%2FBinGenetic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ravin%2FBinGenetic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-ravin","download_url":"https://codeload.github.com/mr-ravin/BinGenetic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960620,"owners_count":20375106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bioinformatics","data-storage","dna","dna-storage","genetic-code","genetic-storage","genetics","rna","rna-storage"],"created_at":"2025-03-17T02:17:41.696Z","updated_at":"2025-03-17T02:17:42.157Z","avatar_url":"https://github.com/mr-ravin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BinGenetic](BinGenetic_Banner.jpg?raw=true)\n\n**BinGenetic** is a lightweight Python library that enables seamless conversion between binary data and genetic sequences (DNA or RNA), facilitating research in DNA data storage and bioinformatics.\n\n---\n## 🔧 **Development Details**\n- **👨‍💻 Developer:** [Ravin Kumar](https://mr-ravin.github.io)  \n- **📂 GitHub Repository:** [BinGenetic](https://github.com/mr-ravin/bingenetic)\n\n---\n## 📥 **Installation**\n```sh\npip install bingenetic\n```\nor,\n```sh\npip install git+https://github.com/mr-ravin/bingenetic.git\n```\n\n### 📌 **Dependencies:**\n- Python \u003e= 3.7\n- No additional dependencies required\n\n---\n## 🚀 **Usage \u0026 Examples**\n\n### 🔹 Binary Code to Genetic Code:\n```python\nimport bingenetic\n\n# Convert binary to DNA sequence\ngenetic_code = bingenetic.btg([\"00011011\"], \"dna\")  # Binary -\u003e DNA\nprint(genetic_code)  # Output: 'ACGT'\n```\n\n### 🔹 Genetic Code to Binary Code:\n```python\nimport bingenetic\n\n# Convert DNA sequence to binary\nbinary_code = bingenetic.gtb([\"ACGT\"], \"dna\")  # DNA -\u003e Binary\nprint(binary_code)  # Output: '00011011'\n```\n\n---\n## 📌 **Use Cases**\n- **DNA Data Storage** – Store digital information using biological sequences.\n- **Bioinformatics** – Encode and decode genetic data efficiently.\n- **Cryptography** – Convert binary data into genetic code for secure encoding.\n\n---\n## 📜 **License**\n```\nCopyright (c) 2020 Ravin Kumar\nWebsite: https://mr-ravin.github.io\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation \nfiles (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, \nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the \nSoftware is furnished to do so, subject to the following conditions:\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE \nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR \nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, \nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-ravin%2Fbingenetic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-ravin%2Fbingenetic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-ravin%2Fbingenetic/lists"}