getPosteriorModeSexKaryotypes: Getting the posterior mode for each sex karyotype

View source: R/bexy.R

getPosteriorModeSexKaryotypesR Documentation

Getting the posterior mode for each sex karyotype

Description

Getting the posterior mode for each sex karyotype

Usage

getPosteriorModeSexKaryotypes(object, threshold_certainty = 0.9)

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'.

Value

A character vector containing the sex karyotype classification for each sample

See Also

bexy

Examples

bex <- bexy()
getPosteriorModeSexKaryotypes(bex)

bexy documentation built on Sept. 11, 2024, 5:50 p.m.