vcf

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VcfLine

type VcfLine struct {
	Chrom      string
	Pos        int
	ID         string
	Ref        string
	Alt        string
	Qual       string
	Filter     string
	Info       map[string]string
	Format     string
	Sample     string
	SampleData map[string]string
}

func ReadVcf

func ReadVcf(vcfPath string) ([]*VcfLine, error)

func (VcfLine) GetSampleData

func (vcfLine VcfLine) GetSampleData(key string) string

Jump to

Keyboard shortcuts

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