getScaffoldsWithThisType | R Documentation |
Getting all scaffolds classified as a specific scaffold type
getScaffoldsWithThisType(object, type, threshold_certainty = 0.9)
object |
A bexy object. |
type |
One specific scaffold type, can be Autosome, Y-linked, X-linked or Different. |
threshold_certainty |
The threshold for certainty on the posterior probabilities. All scaffolds that have a posterior probability less than this threshold are classified as 'uncertain'. |
A character vector containing all scaffold names that are classified as the scaffold type given by argument 'type'.
bexy
bex <- bexy()
getScaffoldsWithThisType(bex, "X-linked")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.