Versions in this module Expand all Collapse all v1 v1.0.1 May 1, 2024 Changes in this version + func AllAreEqual(a []PFasta, b []PFasta, precision float32) bool + func IsEqual(a PFasta, b PFasta, precision float32) bool + func ReadPfaHeader(reader *bufio.Reader) []string + func Sample(input []PFasta, chrom string) fasta.Fasta + func Write(outFile string, records []PFasta) + type PFasta struct + Name string + Seq []pDna.Float32Base + func Extract(input []PFasta, start int, end int, outputName string, chrom string, ...) PFasta + func ExtractBed(input []PFasta, region []bed.Bed, takeCoords bool) []PFasta + func Read(inFile string) []PFasta