Learn R Programming

bexy (version 0.1.3)

writePosteriorModeScaffoldTypes: Write a file with the posterior mode for each scaffold type

Description

Write a file with the posterior mode for each scaffold type

Usage

writePosteriorModeScaffoldTypes(object, file, threshold_certainty = 0.9)

Value

No return value, called for side effects.

Arguments

object

A bexy object.

file

The name of the output file.

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

See Also

bexy

Examples

Run this code
bex <- bexy()
tf <- tempfile(fileext = ".txt")
writePosteriorModeScaffoldTypes(bex, tf)

Run the code above in your browser using DataLab