mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Add DNA Claude Analysis to Personal Genome Analysis section
Adds a new 'Personal Genome Analysis' section under Utilities, featuring dna-claude-analysis — a privacy-first, fully local genome analysis toolkit that processes raw DNA data across 17 categories and generates a self-contained HTML report. Co-Authored-By: shmlkv <shmlkv@users.noreply.github.com>
This commit is contained in:
parent
930bc76031
commit
0d0a1b3a8b
1 changed files with 19 additions and 0 deletions
|
|
@ -3802,6 +3802,25 @@ categories:
|
|||
use to securely remove files or directories, just run `srm -zsv /path/to/file`
|
||||
for a single pass over.
|
||||
|
||||
######################################
|
||||
###### Personal Genome Analysis ######
|
||||
######################################
|
||||
- name: Personal Genome Analysis
|
||||
intro: |
|
||||
Tools for analyzing raw DNA data from consumer testing kits (e.g. 23andMe, AncestryDNA)
|
||||
in a privacy-preserving way. These tools process your genetic data locally,
|
||||
without uploading it to third-party servers.
|
||||
services:
|
||||
- name: DNA Claude Analysis
|
||||
url: https://github.com/shmlkv/dna-claude-analysis
|
||||
github: shmlkv/dna-claude-analysis
|
||||
openSource: true
|
||||
description: |
|
||||
Privacy-first personal genome analysis toolkit that processes all DNA data locally.
|
||||
Python scripts analyze raw DNA files across 17 categories including ancestry, health risks,
|
||||
nutrition, sports, pharmacogenomics and carrier status. Generates a self-contained
|
||||
single-page HTML visualization with no external data transmission.
|
||||
|
||||
|
||||
|
||||
- name: Operating Systems
|
||||
|
|
|
|||
Loading…
Reference in a new issue