powered by
Write a file with the posterior mode for each autosomal trisomy
writePosteriorModeAutosomalTrisomies( object, scaffoldName, file, threshold_certainty = 0.9 )
No return value, called for side effects.
A bexy object.
The scaffold name, must be an autosome.
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") writePosteriorModeAutosomalTrisomies(bex, "21", tf)
Run the code above in your browser using DataLab