Description Usage Arguments Value Author(s) References
This function performs genome-wide association study pathway analysis (GWASPA) to identify statistically significant associations between variants on gene regulatory pathways and a given phenotype.
1 2 3 |
dataset |
Filename of the phenotype data. First column must correspond
to the gene symbols, and all other columns correspond to the
patients. The First column must be named |
nCases |
The number of cases (Must be greater than 1). |
nControls |
The number of controls (Must be greater than 1). |
Signed.GWASPA |
A boolean parameter indicating whether to compute
signed-GWASPA. The default value is |
Decorated.Pvalues |
A boolean parameter indicating whether to compute the
decorated P-values. The default value is
|
threshold |
All variants which occur in less than |
K |
The top |
pathLength |
The maximum path length for which the top |
n_permutations |
The number of permutations to be used for computing the p-values. The default value is 100 (The minimum acceptable value is 1). |
strataF |
Filename for the strata file. |
nthreads |
The number of threads to be used in the parallel region
of the code. Default value is |
This function returns a list with the following items:
GWASPA.Results |
The top |
Decorated.Pvalues.Results |
If |
Carl Tony Fakhry
Franceschini, A (2013). STRING v9.1: protein-protein interaction networks, with increased coverage and integration. In:'Nucleic Acids Res. 2013 Jan;41(Database issue):D808-15. doi: 10.1093/nar/gks1094. Epub 2012 Nov 29'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.