View source: R/infer_columns.R
infer_genetic_sex | R Documentation |
Infer Poseidon encoded genetic sex from relative X/Y coverage
infer_genetic_sex(
x_rate,
y_rate,
XX_cutoffs = c(0.7, 1.2, 0, 0.1),
XY_cutoffs = c(0.2, 0.6, 0.3, 0.6)
)
x_rate |
double. The relative coverage on the X chromosome. |
y_rate |
double. The relative coverage on the Y chromosome. |
XX_cutoffs |
numeric. A vector containing the minimum x_rate, maximum x_rate, minimum y_rate and maximum y_rate for XX calls. |
XY_cutoffs |
numeric. A vector containing the minimum x_rate, maximum x_rate, minimum y_rate and maximum y_rate for XY calls. |
character. The inferred poseidon-encoded genetic sex.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.