getcoexpr {LINC} | R Documentation |
getcoexpr
provides access to co-expressed genes of a query in 'LINC'
objects.
getcoexpr(input, query = NULL, keyType = NULL)
input |
a |
query |
for a |
keyType |
The |
a vector containing the co-expressed genes for a query
Manuel Goepferich
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')