getPosteriorModeScaffoldTypes {bexy}R Documentation

Getting the posterior mode for each scaffold type

Description

Getting the posterior mode for each scaffold type

Usage

getPosteriorModeScaffoldTypes(object, threshold_certainty = 0.9)

Arguments

object

A bexy object.

threshold_certainty

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

Value

A character vector containing the scaffold type classification for each scaffold

See Also

bexy

Examples

bex <- bexy()
getPosteriorModeScaffoldTypes(bex)

[Package bexy version 0.1.2 Index]