Description Usage Arguments Value Examples
Run MAPITR
for a group of pathways on a single
phenotype and a set of genome-wide SNPs
1 2 3 4 5 6 7 8 9 10 |
Genotypes |
A n x p matrix containing the genotypes (0/1/2) for all p SNPs across all n individuals. No default value. |
Phenotype |
A vector containing phenotypic values for all individuals being analyzed. No default value. |
Pathways |
A r x 2 matrix containing the pathway names and then
a comma-separated list of the |
Covariates |
A n x q matrix containing any q additional covariates that should be included in the M-projection matrix of the model. See Turchin et al. 2020 for details. Note that these are covariates which are applied to both sides of the model, ie the phenotype as well as the genotypes. A y-intercept term is automatically included and does not need to be part of this n x q matrix. No default value. |
CenterStandardize |
A logical |
OpenMP |
A logical |
cores |
A numeric value providing the expected number of cores
if the OpenMP version of the code is being used.
|
... |
Additional optional arguments. |
A list containing two entries. First, a dataframe (Results
)
containing in the first column the list of pathways that were analyzed,
in the second column the associated MAPITR
p-values for each
pathway, in the third column the associated MAPITR
variance
component estimates for each pathway, and in the fourth column the
associated MAPITR
PVEs for each pathway. Second, a matrix
(Eigenvalues
) containing the n associated MAPITR
eigenvalues for each pathway per column.
1 2 3 4 5 | data(MAPITR_TestData_Genotypes, MAPITR_TestData_Phenotype,
MAPITR_TestData_Pathways)
MAPITROutput <- MAPITR(MAPITR_TestData_Genotypes, MAPITR_TestData_Phenotype,
MAPITR_TestData_Pathways, OpenMP=FALSE)
MAPITROutput$Results
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.