23andme

module
v0.0.0-...-4f9dc35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2020 License: BSD-3-Clause

README

23andme

Parser for 23 and me export file

This program only parses the file and makes available the SNPs in a data structure, as an array of

type Snip struct {
	rsid       string
	chromosome string
	position   int64
	genotype   string
}

This could be the starting point to further process those data.

A starting point could be to look at the projects listed there:

https://github.com/plashchynski/awesome-genetics

How to use

  • download your raw data from 23andme and store the file in the data directory.

  • This file can either be a acompressed file (.zip extension) or a text file.

  • then run:

go run cmd/23andme/main.go --data <path to your data file>

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL