Description Usage Arguments Value Author(s) Examples
View source: R/cmd_batch_rnaseq_GO_KEGG.R
Run Gene Ontology(GO) and Kyoto Encyclopedia of Genes and Genomes(KEGG)
analysis in R shell.
This function do Gene Ontology(GO) and Kyoto Encyclopedia of Genes and
Genomes(KEGG) analysis :
Gene Ontology(GO) :
Do GO function classification analysis.
Do GO function enrichment analysis.
Visualization : bar plot, dot plot etc.
Kyoto Encyclopedia of Genes and Genomes(KEGG) :
Do KEGG pathway enrichment analysis
Pathway visulization with pathview
package. KEGG webpage
pathway url will also be created
If you want to do GO functional analysis and KEGG pathway analysis
for the following RNA-Seq workflow in background,
please see RNASeqGoKegg_CMD()
function.
1 2 3 | RNASeqGoKegg(RNASeqRParam, which.trigger = "OUTSIDE",
INSIDE.path.prefix = NA, OrgDb.species, go.level = 3, input.TYPE.ID,
KEGG.organism, check.s4.print = TRUE)
|
RNASeqRParam |
S4 object instance of experiment-related parameters |
which.trigger |
Default value is |
INSIDE.path.prefix |
Default value is |
OrgDb.species |
the genome wide annotation packages of species on Bioconductor. Currently, there are 19 supported genome wide annotation packages of species. |
go.level |
the depth of acyclic graph in GO analysis |
input.TYPE.ID |
The gene name type in OrgDb.species annotation packahge. |
KEGG.organism |
the species that are supported for KEGG analysis. Currently, there are more than 5000 supported species genome. Check the valid species terms on https://www.genome.jp/kegg/catalog/org_list.html |
check.s4.print |
Default |
None
Kuan-Hao Chao
1 2 3 4 5 6 7 8 | data(yeast)
## Not run:
RNASeqGoKegg(RNASeqRParam = yeast,
OrgDb.species = "org.Sc.sgd.db",
go.level = 3,
input.TYPE.ID = "GENENAME",
KEGG.organism = "sce")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.