estimateSex {wateRmelon}R Documentation

Predict sex by using robust sex-related CpG sites on ChrX and ChrY

Description

Predict sex by using robust sex-related CpG sites on ChrX and ChrY

Usage

estimateSex(betas, do_plot = FALSE)

Arguments

betas

raw beta values, ideally: beta = M / (M + U + 100).

do_plot

logical. Should plot the predicted results? Default: FALSE

Value

dataframe contains predicted sex information.

Author(s)

Wang, Yucheng

Examples

data(melon)
pred_XY <- estimateSex(betas(melon), do_plot=TRUE)

[Package wateRmelon version 2.0.0 Index]