Description Usage Arguments Value See Also Examples
gage.enrich utilizes the package 'gage' to test for enrichment of user-input gene sets
1 2 3 4 5 6 7 8 | gage.enrich(
CSS,
geneset,
genome.db = org.Hs.eg.db,
gene.ids = "SYMBOL",
species = "hsa",
database = NULL
)
|
CSS |
output CRISPR screen score matrix from create.CSS() |
geneset |
input geneset |
genome.db |
genome database from which to convert gene symbols to entrez ids |
gene.ids |
type of gene ids in the geneset. Options are currently either 'symbol' or 'entrez' |
species |
species for pathview (if KEGG genesets are used) |
database |
for visualizing pathways (use only if your database is KEGG) |
list of output from gage
1 2 3 4 | enriched.kegg <- gage.enrich(results$CSS, kegg.genesets, gene.ids = 'entrez',
species = 'hsa', kegg = T)
enriched.msigdb <- gage.enrich(results$CSS, c2.canonical, gene.ids = 'symbol')
...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.