//
pkg.gl
Category
github.com/exascience/elprep/v4
bed
package
4.1.6
Repository:
https://github.com/exascience/elprep.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
7
Dependents
3
Files
213 SLOC
#
Functions
AddRegion
AddRegion adds a region to the bed region map.
NewBed
NewBed allocates and initializes an empty bed.
NewRegion
NewRegion allocates and initializes a new Region.
NewTrack
NewTrack allocates and initializes a new Track.
ParseBed
ParseBed parses a BED file.
#
Variables
SF
Strand forward.
SR
Strand reverse.
#
Structs
Bed
Bed is a struct for representing the contents of a BED file.
Region
A Region is a struct for representing intervals as defined in a BED file.
Track
A Track is a struct for representing BED tracks.