Documentation
¶
Index ¶
- Constants
- func AddPosCols(inpath, outpath string) error
- func BinomDistribSd(n, p float64) float64
- func BinomDistribSdFromCoverage(cov float64) float64
- func Bloodnorm(inpath, outpath string) error
- func CmToBp(cmPerBp float64, cmPos float64) int64
- func CombineCols(inpath, outpath string) error
- func CombineColsPoswin(inpath, outpath string) error
- func DistortDecay(strength, distPos, snpPos float64) float64
- func Ftest(inpath, outpath string) error
- func HighestDist(inpath, outpath, locpath string, win int64) error
- func MultiFull(p GenomeParams, r *rand.Rand, wins []int64, outpre string, reps int64) error
- func MultiFullDefault()
- func NewGenome(p GenomeParams, rng *rand.Rand) iter.Seq2[int, *Chr]
- func Normalizer(inpath, outpath string) error
- func NormalizerVar(inpath, outpath string) error
- func OneFull(p GenomeParams, r *rand.Rand, wins []int64, outpre string) error
- func PlotSd(inpath, outpath, plotpath, locpath string, win int64) error
- func Poswin(inpath, outpath string, win int64) error
- func PrintChr(w io.Writer, name string, c *Chr) error
- func PrintChrTestable(w io.Writer, name string, c *Chr) error
- func PrintHeaderTestable(w io.Writer) error
- func RunCmd(inpath, outpath, script string, args ...string) error
- func RunDefault()
- func RunOne(outFile, locFile string, p GenomeParams, r *rand.Rand) error
- type Chr
- type ChrParams
- type Flags
- type GenomeParams
- type Snp
Constants ¶
View Source
const DefaultHumanChrlenBp = 1e8
View Source
const DefaultHumanCmPerBp = 1.0 / 1e6
Variables ¶
This section is empty.
Functions ¶
func AddPosCols ¶
func BinomDistribSd ¶
func CombineCols ¶
func CombineColsPoswin ¶
func DistortDecay ¶
func HighestDist ¶
func MultiFullDefault ¶
func MultiFullDefault()
func Normalizer ¶
func NormalizerVar ¶
func PrintHeaderTestable ¶
func RunDefault ¶
func RunDefault()
Types ¶
type GenomeParams ¶
Click to show internal directories.
Click to hide internal directories.