Description Usage Arguments Details Value Methods Author(s) References See Also Examples
The function provides an interface to the clusterProfiler
package. For each query in a cluster it seeks the biological terms that can be associated with the co-expressed genes, respectively. The input for getbio
is of the class 'LINCcluster'
.
1 2 3 4 |
cluster |
a |
enrichFun |
a function given as character string which will derive significant biological terms based on the set of co-expressed genes from a gene annotation resource. Supported functions are: |
ont |
a subontology, only used for |
... |
further arguments, mainly for functions from |
In contrast to the function singlelinc
here, a group of queries, those present in the input cluster, will be analyzed for enriched biological terms. The annotation function can be one of c("enrichGO", "enrichPathway", "enrichDO")
. [1]
The gene system of the input object has to be translated for the enrichment function in case genes are not given as Entrez ids. The function clusterProfiler:bitr
[2] will be used in order to translate gene ids.
an object of the class 'LINCmatrix' (S4) with 6 Slots
results |
a |
assignment |
a |
correlation |
a |
expression |
the original expression matrix |
history |
a storage environment of important methods, objects and parameters used to create the object |
linCenvir |
a storage environment ensuring the compatibility to other objects of the |
signature(cluster = "LINCcluster")
(see details)
Manuel Goepferich
[1] Yu G, Wang L, Han Y and He Q (2012). "clusterProfiler: an R package for comparing biological themes among gene clusters." OMICS: A Journal of Integrative Biology, 16(5), pp. 284-287. (https://www.bioconductor.org/packages/release/bioc/html/clusterProfiler.html)
1 2 3 4 5 | data(BRAIN_EXPR)
## Find the enriched cellular components for each query in the cluster
crbl_cc <- getbio(crbl_cluster, ont = "CC")
plotlinc(crbl_cc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.