Description Usage Arguments Value Examples
View source: R/perform.t.tests.R
Will perform t-tests and return pvals, confints, and estimates for difference in means
1 | perform.t.tests(gene.sets, with.gene)
|
with.gene |
dataframe containing genes and t-values for association with mtdna-cn |
gene.set |
gene sets you would like to query (read using read.gmt()) |
a dataframe containing pvals/confints/estimates for gene sets
1 | kegg.gene.sets <- perform.t.tests(kegg.sets, with.gene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.