powered by
make.html.cells(mat, type = "numeric", digits = 3)
"numeric"
"character"
formatC
type="numeric"
data.matrix <- round(1000*matrix(runif(400),100,4)) rownames(data.matrix) <- paste("gene_",1:100,sep="") colnames(data.matrix) <- c("C1","C2","T1","T2") the.cells <- make.html.cells(data.matrix)
Run the code above in your browser using DataLab