SkillAgentSearch skills...

Ideogram

No description available

Install / Use

/learn @GuangchuangYu/Ideogram
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This package is deprecated, see the updated version on https://github.com/TickingClock1992/RIdeogram.


<!-- README.md is generated from README.Rmd. Please edit that file -->
setwd("inst/example")
karyotype <- read.table("karyotype.txt", sep = "\t", header = T, stringsAsFactors = F)
mydata <- read.table("data_1.txt", sep = "\t", header = T, stringsAsFactors = F)
mydata_interval <- read.table("data_2.txt", sep = "\t", header = T, stringsAsFactors = F)

require(ideogram)

svgfile <- tempfile(fileext = ".svg")
pdffile <- tempfile(fileext = ".pdf")

ideogram(karyotype, mydata, mydata_interval, svgfile)

svg2pdf(svgfile, pdffile)
## Saving 7 x 7 in image
p <- pdf2ggplot(pdffile)

p + ggplot2::labs(title = "ideogram", subtitle = "with overlaid data")

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1y ago
Forks1

Languages

R

Security Score

55/100

Audited on Mar 22, 2025

No findings