getlinc-methods: Subsetting for 'LINC' objects

Description Usage Arguments Value Methods Author(s) See Also Examples

Description

getlinc is a function to derive substructures from LINC objects.

Usage

1
2
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

1
2
3
4
5
6
data(BRAIN_EXPR)

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

ManuelGoepferich/LINC documentation built on May 7, 2019, 2:46 p.m.