summarizeObserved-method: Create a plottable summary of the observed mixture model.

Description Usage Arguments Value

Description

This function retrieves the observed values, predicted component, and batch identifiers from a 'MixtureModel' object. Suitable for plotting counts with a histogram.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
summarizeObserved(model)

## S4 method for signature 'MixtureModel'
summarizeObserved(model)

## S4 method for signature 'SingleBatchModel'
summarizeObserved(model)

## S4 method for signature 'SingleBatchCopyNumber'
summarizeObserved(model)

## S4 method for signature 'MultiBatchCopyNumber'
summarizeObserved(model)

## S4 method for signature 'MultiBatchCopyNumberPooled'
summarizeObserved(model)

Arguments

model

A 'MixtureModel' object

Value

A data.frame containing the varibles described by 'ObservedNames(model)' for each observed object in the model.


rscharpf/MixModelViz documentation built on May 29, 2019, 8:55 a.m.