Skip to content

maxco2/Inject-Snpedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is a greasemonkey script and a go program which supply a simple injection on snpedia.com so that you can quick check your genetic data when you visit a wiki article.

injection

Usage

  1. Create your database which should name genetic.db. Only support sqlite3.
CREATE TABLE "genetic" (
	`rsid`	TEXT NOT NULL,
	`chromosome`	TEXT NOT NULL,
	`position`	INTEGER NOT NULL,
	`genotype`	TEXT NOT NULL,
	`extended_data`	INTEGER NOT NULL
)

Import your genetic data, such as 23andme, wegene, etc.

  1. Build the go program and run it.
```bash
$ go build genetic.go
$ ./genetic
  1. Install the greasemonkey script.

What is Snpedia?

SNPedia is a wiki investigating human genetics. See also https://en.wikipedia.org/wiki/SNPedia .

About

A simple injection on snpedia.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published