Learn R Programming

HTGM (version 1.1)

pasteHyperlinks: pasteHyperlinks

Description

add gene list hyperlinks to the HTGM heatmap

Usage

pasteHyperlinks(str, c1, c2)

Value

returns a line of code to insert into svg

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

Examples

Run this code
#load("data/x_svgr.RData")
#load("data/x_rnr.RData")
#load("data/x_cnc.RData")
hl<-pasteHyperlinks(x_svgr,x_rnr,x_cnc)

Run the code above in your browser using DataLab