multiBinSeg {fpop} | R Documentation |
multiBinSeg
Description
Binary segmentation of p profiles using the L2 loss
Usage
multiBinSeg(geno, Kmax)
Arguments
geno |
A matrix with p columns and n lines, each column is one of the profile |
Kmax |
Maximum number of change-points |
Value
return an object with the successive change-points found by binseg t.est and the L2 cost J.est
Author(s)
Guillem Rigaill, Toby Dylan Hocking
[Package fpop version 2019.08.26 Index]