Description Usage Arguments Value Author(s) References Examples
View source: R/EvaluationMeasure.R
This function provides several co-information based measures for measuring main or interaction effect of a SNP or SNP-combination.
1 | EvaluationMeasure(factor, pts, class, measure = 1)
|
pts |
matrix. SNP data. Each row represents a sample. Each column represents a SNP. For the element, 1 -> AA, 2 -> Aa, 3 -> aa. |
class |
matrix. Class labels of samples. It only has one row. Each column represents a class label. For the element, 1 -> case, 2-> control. |
factor |
numeric. The considered SNP or SNP-combination. For example, factor <- 5, or factor <- c(2,5) |
measure |
numeric. The used evaluation measure. 1 -> the classic co-information measure; 2 -> the normalized co-information measure; 3 -> TingHu's co-informationn measure. |
Value: matrix. The main or interaction effect value corresponding to a sing SNP or a SNP combination.
Junliang Shang shangjunliang110@163.com
None
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.