writePosteriorModeAutosomalTrisomies | R Documentation |
Write a file with the posterior mode for each autosomal trisomy
writePosteriorModeAutosomalTrisomies(
object,
scaffoldName,
file,
threshold_certainty = 0.9
)
object |
A bexy object. |
scaffoldName |
The scaffold name, must be an autosome. |
file |
The name of the output file. |
threshold_certainty |
The threshold for certainty on the posterior probabilities. All samples that have a posterior probability less than this threshold are classified as 'uncertain'. |
No return value, called for side effects.
bexy
bex <- bexy()
tf <- tempfile(fileext = ".txt")
writePosteriorModeAutosomalTrisomies(bex, "21", tf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.