Description Usage Arguments Value Examples
View source: R/GO_annotation.R
This function computes the weighted GO enrichment across computational gene markers by using their p-values.
1 2 3 4 5 6 7 8 9 10 11 12 | GOannotation(
markers,
go.db,
species = "mouse",
ontology.type = "BP",
reformat.gene.names = FALSE,
go.score.class = "weight01Score",
p.val.threshold = 0.05,
dag.file.prefix = FALSE,
ngenes = 20,
verbose = TRUE
)
|
markers |
A data.frame of cluster specific gene markers like in the
Seurat output of the function FindAllMarkers. The used columns are
|
go.db |
Human ( |
species |
character indicating the species. Only 'human' or 'mouse'. |
ontology.type |
Ontology family to be examined ("BP"= 'Biological Process', "MF"='Molecular Function', "CC"='Cellular Component') |
reformat.gene.names |
TODO |
go.score.class |
TODO |
p.val.threshold |
TODO |
dag.file.prefix |
TODO |
ngenes |
TODO |
verbose |
Logical, controls the displaying of additional messages while
running the function. Defaults to |
A list with two elements:
GOenrich
contains data.frames with GO enrichments for each cluster.
genes_byGO
provides the set of genes from each resulting GO pathway that
are in overlap between your data and the pathway.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.