Description Usage Arguments Value Author(s) References Examples
Input SNP data from a file with (.mat) format.
1 | InputData(FileName)
|
FileName |
character. The file name with its format (.mat) that saves SNP data. It has two variables, i.e., pts and class. For pts, Row -> Sample, Column -> SNP, 1 -> AA, 2 -> Aa, 3 -> aa. For class, Row -> 1, Column -> class label, 1 -> case, 2-> control. |
pts |
matrix. Each row represents a sample. Each column represents a SNP. For the element, 1 -> AA, 2 -> Aa, 3 -> aa. |
class |
matrix. It only has one row. Each column represents a class label. For the element, 1 -> case, 2-> control. |
Junliang Shang shangjunliang110@163.com
None
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.