powered by
Write a file with the posterior mode for each scaffold type
writePosteriorModeScaffoldTypes(object, file, threshold_certainty = 0.9)
No return value, called for side effects.
A bexy object.
The name of the output file.
The threshold for certainty on the posterior probabilities. All scaffolds that have a posterior probability less than this threshold are classified as 'uncertain'.
bexy
bex <- bexy() tf <- tempfile(fileext = ".txt") writePosteriorModeScaffoldTypes(bex, tf)
Run the code above in your browser using DataLab