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 5 |
cluster |
a |
translate |
one of |
annotateFrom |
a function which will derive significant biological terms based on the set of co-expressed genes from a gene annotation resource. |
verbose |
whether to give messages about the progression of the function |
... |
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", "enrichKEGG", "enrichPathway", "enrichDO")
[1].
The gene system of the input object has to be either Entrez or Ensembl. For Ensembl mygene
[2] will be loaded in order to translate gene ids. Importanly, functions from clusterProfiler
[1] require Entrez 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)
[2] Mark A, Thompson R and Wu C (2014). mygene: Access MyGene.Info_ services. R package version 1.8.0. (https://www.bioconductor.org/packages/release/bioc/html/mygene.html)
clusterlinc
;
singlelinc
;
overlaylinc
1 2 3 4 5 | data(BRAIN_EXPR)
## Find the enriched cellular components for each query in the cluster
crbl_cc <- getbio(crbl_cluster, translate = 'none', ont = "CC")
plotlinc(crbl_cc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.