SkillAgentSearch skills...

Gvmap

[R package] An Improved Function to Plot Heatmap of Genomic Data

Install / Use

/learn @ytdai/Gvmap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Build Status CRAN Downloads

gvmap package

An Improved Function to Plot Heatmap of Genomic Data

DESCRIPTION

Gvmap is an R package that can integrate multiple heatmap and legend figures.

INSTALLATION

Gvmap depends on several R packages. They are configr, dendextend, matrixStats, easySVG, rsvg, and stringr.

You can install gvmap through github or source code.

Github

# Install the cutting edge development version from GitHub:
# install.packages("devtools")

# install easySVG
devtools::install_github("ytdai/easySVG")

# install other packages
install.packages("configr")
install.packages("dendextend")
install.packages("matrixStats")
install.packages("rsvg")
install.packages("stringr")

devtools::install_github("ytdai/gvmap")

Zip/Tarball

  1. Download the appropriate zip file or tar.gz file from Github
  2. Unzip the file and change directories into the gvmap directory
  3. Run R CMD INSTALL pkg

Plot

Run by default paramter

example.1.svg

Only one heatmap

example.2.svg

Only legend

example.3.svg

Add sample span and heatmap span

example.4.svg

End

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3y ago
Forks3

Languages

R

Security Score

70/100

Audited on Jan 2, 2023

No findings