Arith-methods {LINC}R Documentation

Plus Operator '+' In LINC

Description

plotlinc is the generic function that creates plots based on objects of the LINC class.

Methods

signature(e1 = "LINCbio", e2 = "LINCfeature")

(see feature())

signature(e1 = "LINCcluster", e2 = "LINCfeature")

(see feature())

signature(input = "LINCmatrix", showCor = "LINCfeature")

(see feature())

Examples

data(BRAIN_EXPR)

# add a custom name
crbl_cluster_feat <- crbl_cluster + feature(customID = "CEREBELLUM")
plotlinc(crbl_cluster_feat)


[Package LINC version 1.14.0 Index]