ConvertModelList: ConvertModelList

ConvertModelListR Documentation

ConvertModelList

Description

Convert a model list from the non-repetitive format that we get from the C code to the repetitive format that is more useful for plotting.

Usage

ConvertModelList(model.list)

Arguments

model.list

List from PeakSegJointHeuristic(...) or PeakSegJointSeveral(...).

Value

List of data.frames: segments has 1 row for each segment mean, sample, and model size (peaks, sample.id, sample.group, chromStart, chromEnd, mean); peaks is the same kind of data.frame as segments, but with only the second/peak segments; loss has one row for each model size; modelSelection has one row for each model size that can be selected, see exactModelSelection.

Author(s)

Toby Dylan Hocking


PeakSegJoint documentation built on April 25, 2023, 9:12 a.m.