bed

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package bed handles BED I/O.

This package uses the format described in: https://en.wikipedia.org/wiki/BED_(file_format)

Index

Constants

View Source
const (
	PlusStrand  = "+"
	MinusStrand = "-"
	NoStrand    = "."
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BED added in v0.1.2

type BED struct {
	Chrom       string
	ChromStart  int
	ChromEnd    int
	Name        string
	Score       int
	Strand      string
	ThickStart  int
	ThickEnd    int
	ItemRGB     [3]byte
	BlockCount  int
	BlockSizes  []int
	BlockStarts []int
}

Directories

Path Synopsis
Handles bed-graph file representation and parsing.
Handles bed-graph file representation and parsing.

Jump to

Keyboard shortcuts

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