logit {ebGenotyping} | R Documentation |
This function is for calculating the logit transformation:ln(x/(1-x))
logit(x)
x |
A numeric vector, whose elements are all greater than 0 and less than 1. |
ln(x/(1-x))
Na You <youn@mail.sysu.edu.cn> and Gongyi Huang<53hgy@163.com>
Na You and Gongyi Huang.(2016) An Empirical Bayes Method for Genotyping and SNP detection Using Multi-sample Next-generation Sequencing Data.
logit(0.5)