Learn R Programming

bexy (version 0.1.3)

getScaffoldsWithThisType: Getting all scaffolds classified as a specific scaffold type

Description

Getting all scaffolds classified as a specific scaffold type

Usage

getScaffoldsWithThisType(object, type, threshold_certainty = 0.9)

Value

A character vector containing all scaffold names that are classified as the scaffold type given by argument 'type'.

Arguments

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'.

See Also

bexy

Examples

Run this code
bex <- bexy()
getScaffoldsWithThisType(bex, "X-linked")

Run the code above in your browser using DataLab