| runGO.all | R Documentation |
Run GO analysis on a multi-sample results table.
runGO.all(
results = NULL,
species = c("mm", "hs"),
background_ids = NULL,
gene_id_col = "gene_id",
gene_id_type = c("entrez", "ensembl"),
sample_col = "cluster",
p_col = "p_val_adj",
p_threshold = 0.1
)
results |
A multi-sample results table |
species |
Either "mm" or "hs" |
background_ids |
A vector of gene ids. If NULL, taken from results. |
gene_id_col |
The name of the column containing the gene identifiers. |
gene_id_type |
Either "entrez" (default) or "ensembl". |
sample_col |
The column in results that indicates the sample |
p_col |
The column containing the p-values to use |
p_threshold |
The significance threshold. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.