Description Usage Arguments Value Author(s) Examples
Infers the sex of every sample in the given dataset, based on average signal intensity values on the autosomes and the sex chromosomes.
1 | rnb.execute.sex.prediction(rnb.set)
|
rnb.set |
Methylation dataset as an object of type |
The possibly modified dataset. If sex could be predicted, the sample annotation table is enriched with
two more columns - "Predicted Male Probability"
and "Predicted Sex"
.
Yassen Assenov
1 2 3 4 | library(RnBeads.hg19)
data(small.example.object)
rnb.set.example <- rnb.execute.sex.prediction(rnb.set.example)
table(rnb.set.example[, "Predicted Sex"])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.