powered by
Write a file with the posterior mode for each sex karyotype
writePosteriorModeSexKaryotypes(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 samples that have a posterior probability less than this threshold are classified as 'uncertain'.
bexy
bex <- bexy() tf <- tempfile(fileext = ".txt") writePosteriorModeSexKaryotypes(bex, tf)
Run the code above in your browser using DataLab