getlinc-methods {LINC}R Documentation

Subsetting for LINC objects

Description

getlinc is a function to derive substructures from LINC objects.

Usage

getlinc(input,
        subject = "queries")

Arguments

input

a 'LINC' object, for instance LINCmatrix

subject

has to be one of c("queries", "geneSystem", "results", "history", "customID")

Value

the respective substructure or information

Methods

signature(input = "ANY", subject = "character")

(see details)

Author(s)

Manuel Goepferich

See Also

linc ;

Examples

data(BRAIN_EXPR)

# getlinc() is used to accesss information
getlinc(crbl_cluster, subject = "geneSystem")
getlinc(crbl_cluster, subject = "queries")
getlinc(crbl_cluster, subject = "customID")


[Package LINC version 1.8.0 Index]