Description Usage Arguments Value
This function (CoxKM) is used to perform KM analysis (Chen et al., 2014) for survival traits in GWAS data
1 2 3 4 5 6 7 8 9 |
Z |
A matrix of genotypes (class: matrix). rows correspond to individuals and columns correspond to SNPs. Use ’NA’ for missing values. The column names of this matrix should correspond to SNP names in the SNP information file. |
formula |
Base formula under null hypothesis (class: formula). For Cox models, the formula follows that of the coxph() function. |
SNPInfo |
SNP Info file (class: data.frame). Must contain fields given in ’snpName’ and ’aggregateBy’. |
snpNames |
The field of SNPInfo where the SNP identifiers are found. (Default="Name") |
aggregateBy |
The field of SNPInfo on which the skat results were aggregated. (Default="gene") |
data |
The data file in which to find variables in the formula (class: data.frame). |
verbose |
Whether or not to print the progress bar (class: logical). |
output: object as input for FbKM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.