Learn R Programming

bexy (version 0.1.3)

getPosteriorModeSexKaryotypes: Getting the posterior mode for each sex karyotype

Description

Getting the posterior mode for each sex karyotype

Usage

getPosteriorModeSexKaryotypes(object, threshold_certainty = 0.9)

Value

A character vector containing the sex karyotype classification for each sample

Arguments

object

A bexy object.

threshold_certainty

The threshold for certainty on the posterior probabilities. All samples that have a posterior probability less than this threshold are classified as 'uncertain'.

See Also

bexy

Examples

Run this code
bex <- bexy()
getPosteriorModeSexKaryotypes(bex)

Run the code above in your browser using DataLab