RUN_GSAA | R Documentation |
Master Function for running GSAA.
RUN_GSAA(input,ensembl_dataset="mmusculus_gene_ensembl",mart="illumina_mouseref_8_v2",GO_Member_Threshold=10,qval_threshold=.05)
input |
matrix with gene names as column names, group names as row names, and strengths as entries |
ensembl_dataset |
Which biomart will be used. Species Specific. |
mart |
which specific dataset within the biomart will be used. Platform Specific. |
GO_Member_Threshold |
Threshold for eliminating GO Terms with fewer than this many members from the incidence table (equivalent to a Minor Allele Frequency Filter in a GWAS) |
qval_threshold |
FDR threshold for significance. Will take either 0-1 or 0-100 as inputs |
Incidence_Table |
The Incidence_Table of genes and GO Terms (equivalent to a genotype file in GWAS) |
Sig_Results |
Significant GSAA results |
Christoph Rau
GSAA
,calculateIncidenceTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.