check_sex | R Documentation |
Return the normalized average total intensities of probes targeting the X and Y chromosomes.
check_sex(raw)
predict_sex(X, Y, male, female)
raw |
Output of calling |
X, Y |
Forwarded from |
male, female |
Indices of male and female samples |
check_sex
returns the normalized average total intensities of probes targeting the X and Y chromosomes. These are forwarded to predict_sex
which returns a factor with levels "f","m" (and NA
if the sex cannot be determined conclusively).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.