pasteHyperlinks: pasteHyperlinks

View source: R/HTGM.R

pasteHyperlinksR Documentation

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)


HTGM documentation built on April 12, 2025, 1:30 a.m.