csv

package
v0.0.0-...-549aca6 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Overview

Package csv contains data structures to parse comma separated value takes and perform statical analysis

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadToXY

func ReadToXY(filename string) ([]float64, []float64)

func Write

func Write(filepath string, x [][]float64, y []float64, highPrecision bool)

Types

type DiffPeak

type DiffPeak struct {
	Chr   string
	Start int
	End   int
	Pval  float64
}

type FisherExact

type FisherExact struct {
	A int
	B int
	C int
	D int
}

type PeakStats

type PeakStats struct {
	Chr         string
	Start       int
	End         int
	Score       int
	Matrix      *FisherExact
	LeftPvalue  float64
	RightPvalue float64
}

Jump to

Keyboard shortcuts

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