getProbs: Get posterior probabilities from an object of class 'cnv' or...

Description Usage Arguments Value Note Author(s)

View source: R/getProbs.R

Description

This function creates a list where each component correspond to a given probe. Any component contains the posterior probabilities obtained from CGHcall algorithm.

Usage

1
2
3
4
5
  getProbs(x)
  ## S3 method for class 'cghCall'
getProbs(x)
  ## S3 method for class 'cnv'
getProbs(x)

Arguments

x

an object of class 'CGHcall' or 'cnv'

Value

A list where each component correspond to a given probe. Any component contains the posterior probabilities obtained from CGHcall algorithm

Note

See vignette for an example.

Author(s)

This function was created using a script kindly provided by Mark van de Wiel


CNVassoc documentation built on May 30, 2017, 12:50 a.m.