Description Usage Arguments Details Value Methods Author(s) See Also Examples
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.
1 2 | overlaylinc(input1,
input2)
|
input1 |
the first |
input2 |
the second |
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).
an object of the class 'gtable' containing multiple 'grobs'
signature(input1 = "LINCbio", input2 = "LINCbio")
(see details)
Manuel Goepferich
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.