overlaylinc-methods: Compare Two Lists Of Biological Terms In A Plot

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

Description

overlaylinc takes two LINCbio objects as input and computes the intersection of the first with the second. This can be useful in case the two LINCbio objects represent different statistical processing, tissues, controls, thresholds or batches.

Usage

1
2
overlaylinc(input1,
            input2)

Arguments

input1

the first LINCbio object

input2

the second LINCbio object

Details

The first object will be taken as reference. This function is an alternative to plotlinc which can be applied on each input object separately or on the intersection of both objects (see example).

Value

an object of the class 'gtable' containing multiple 'grobs'

Methods

signature(input1 = "LINCbio", input2 = "LINCbio")

(see details)

Author(s)

Manuel Goepferich

See Also

feature ; plotlinc

Examples

1
2
3
4
5
6
7
8
9
data(BRAIN_EXPR)

# compare two brain tissues using 'overlaylinc'
ctx_cc <- ctx_cc + feature(customID = "Cortex vs. Cerebellum")
overlaylinc(ctx_cc, crbl_cc)

# alternatively, compute the intersection of both objects
brain_cc <- ctx_cc + crbl_cc
plotlinc(brain_cc)

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