debrowser
debrowser copied to clipboard
d3heatmap R4.0.0
To solve the installation problem about d3heatmap. You can use the commands below;
if (!require("devtools")) install.packages("devtools")
devtools::install_github("rstudio/d3heatmap")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("debrowser")