Arith-methods {LINC} | R Documentation |
plotlinc
is the generic function that creates plots based on objects of the LINC
class.
signature(e1 = "LINCbio", e2 = "LINCfeature")
(see feature()
)
signature(e1 = "LINCcluster", e2 = "LINCfeature")
(see feature()
)
signature(input = "LINCmatrix", showCor = "LINCfeature")
(see feature()
)
data(BRAIN_EXPR) # add a custom name crbl_cluster_feat <- crbl_cluster + feature(customID = "CEREBELLUM") plotlinc(crbl_cluster_feat)