getSamplesWithAutosomalTrisomy | R Documentation |
Getting all samples classified as a certain autosomal trisomy
getSamplesWithAutosomalTrisomy(object, scaffoldName, threshold_certainty = 0.9)
object |
A bexy object. |
scaffoldName |
The scaffold name, must be an autosome. |
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'. |
A character vector containing all sample names that are classified as having an autosomal trisomy of scaffold 'scaffoldName'
bexy
bex <- bexy()
getSamplesWithAutosomalTrisomy(bex, "21")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.