Description Usage Arguments Value Author(s) Examples
View source: R/LINC_FUNCTIONS.R
getcoexpr
provides access to co-expressed genes of a query in 'LINC'
objects.
1 2 3 |
input |
a |
query |
for a |
keyType |
The |
a vector containing the co-expressed genes for a query
Manuel Goepferich
1 2 3 4 5 6 | data(BRAIN_EXPR)
# Get the co-expressed genes for the query gene '55384' alias MEG3
getcoexpr(crbl_cluster, query = "55384")
# The co-expressed genes can also be returned as gene symbols.
getcoexpr(crbl_cluster, query = "55384", keyType = 'SYMBOL')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.