SeSAMe implements inference of sex, age, ethnicity. These are valuable information for checking the integrity of the experiment and detecting sample swaps.
Sex is inferred based on our curated X-linked probes and Y chromosome probes excluding pseudo-autosomal regions.
## [1] "MALE"
## [1] "XaY"
Ethnicity is inferred using a random forest model trained based on both the built-in SNPs (rs
probes) and channel-switching Type-I probes.
## [1] "WHITE"
SeSAMe provides age regression a la the Horvath 353 model.
## [1] 84.13913
The mean intensity of all the probes characterize the quantity of input DNA and efficiency of probe hybridization.
## [1] 3171.483
SeSAMe performs copy number variation in three steps: 1) normalizes the signal intensity using a copy-number-normal data set; 2) groups adjacent probes into bins; 3) runs DNAcopy internally to group bins into segments.
To visualize segmentation in SeSAMe,
SeSAMe estimates leukocyte fraction using a two-component model.This function works for samples whose targeted cell-of-origin is not related to white blood cells.
## [1] 0.2007592