MakeProfile.op {fst4pg}R Documentation

MakeProfile.op

Description

Perform segmentation on a given dataset and returns the segmented profile

Usage

MakeProfile.op(DF, coef.pen.value = 1, sd.y = NULL)

Arguments

DF

a data.frame with two columns, Fst and Weights, as provided by the HudsonFst.m function

coef.pen.value

coef to use for penaly 2*coef.pen.value*log(n)

sd.y

a numeric value corresponding to the (estimated) standard deviation of the signal. If NULL (default) the value is automatically estimated.

Value

a smoothed profile


[Package fst4pg version 1.0.0 Index]