Description Usage Arguments Value Author(s) Examples
Read sample file and genotype collapsing matrix in IGM (Insitute for Genomic Medicine, Columbia University) format.
1 | igm.read.data(sample.file, matrix.file, filter.list = NULL)
|
sample.file |
The input sample file. |
matrix.file |
The input matrix file. |
filter.list |
An optional list of genes to exclude from the analysis. |
Returns a list containing the data matrix (matrix) and case(1)/control(0) phenotype indicators (is.case).
Slave Petrovski and Quanli Wang
1 | #igm.data <- igm.read.data(sample.file, matrix.file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.