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()
)
1 2 3 4 5 | data(BRAIN_EXPR)
# add a custom name
crbl_cluster_feat <- crbl_cluster + feature(customID = "CEREBELLUM")
plotlinc(crbl_cluster_feat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.