getcoexpr: Get IDs For Co-Expressed Genes from The 'LINC' Class

Description Usage Arguments Value Author(s) Examples

View source: R/LINC.R

Description

getcoexpr provides access to co-expressed genes of a query in 'LINC' objects.

Usage

1
2
getcoexpr(input,
          query   = NULL)

Arguments

input

a 'LINCcluster' or 'LINCsingle' object

query

for a 'LINCcluster' the name of the query gene

Value

a vector containing the co-expressed genes for a query

Author(s)

Manuel Goepferich

Examples

1
2
3
4
data(BRAIN_EXPR)

# Get the co-expressed genes for the gene with the entrez id "441951" (ZFAS1)
getcoexpr(crbl_cluster, "441951" )

ManuelGoepferich/LINC_justlinc documentation built on May 7, 2019, 2:47 p.m.