pasteHyperlinks {HTGM} | R Documentation |
pasteHyperlinks
Description
add gene list hyperlinks to the HTGM heatmap
Usage
pasteHyperlinks(str, c1, c2)
Arguments
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 |
Value
returns a line of code to insert into svg
Examples
#load("data/x_svgr.RData")
#load("data/x_rnr.RData")
#load("data/x_cnc.RData")
hl<-pasteHyperlinks(x_svgr,x_rnr,x_cnc)
[Package HTGM version 1.1 Index]