pasteHyperlinks | R Documentation |
add gene list hyperlinks to the HTGM heatmap
pasteHyperlinks(str, c1, c2)
str |
character a line from the svg that is to have a hyperlink inserted |
c1 |
character list of row names |
c2 |
character list of column names |
returns a line of code to insert into svg
#load("data/x_svgr.RData")
#load("data/x_rnr.RData")
#load("data/x_cnc.RData")
hl<-pasteHyperlinks(x_svgr,x_rnr,x_cnc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.