estimateSex {wateRmelon} | R Documentation |
Predict sex by using robust sex-related CpG sites on ChrX and ChrY
estimateSex(betas, do_plot = FALSE)
betas |
raw beta values, ideally: beta = M / (M + U + 100). |
do_plot |
logical. Should plot the predicted results? Default: FALSE |
dataframe contains predicted sex information.
Wang, Yucheng
data(melon) pred_XY <- estimateSex(betas(melon), do_plot=TRUE)