Description Usage Arguments Details Value Author(s) References Examples
Calculates the p-value representing the association of the set with the phenotype of interest, assuming all items in the set are independent, using the GLOSSI method.
1 | glossi(pvals, snp.gsc)
|
pvals |
A numerical vector of p-values with names
corresponding to elements listed in the |
snp.gsc |
An object of class |
This function calculates a p-value for sets of SNPs that reside within a gene set collection. We calculate the chi- square p-values and statistic by applying Fisher's transformation to the observed p-values.
An object with the corresponding GLOSSI results. If
snp.gsc is a GeneSetCollection
(i.e., multiple sets of
interest), then the corresponding GLOSSIResultCollection
is returned. If snp.gsc is a GeneSet
, a GLOSSIResult
object will be returned.
Jason Hackney, Jessica Larson, Caitlin McHugh mchughc@uw.edu
Chai, High-Seng and Sicotte, Hughes et al. GLOSSI: a method to assess the association of genetic loci-sets with complex diseases. BMC Bioinformatics, 2009.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.