MakeProfile.op: MakeProfile.op

View source: R/Functions.R

MakeProfile.opR 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


fst4pg documentation built on July 4, 2022, 1:06 a.m.