bio-epitranscriptomics-modification-visualization

Installation
SKILL.md

Modification Visualization

Metagene Plots with Guitar

library(Guitar)
library(TxDb.Hsapiens.UCSC.hg38.knownGene)

# Load m6A peaks
peaks <- import('m6a_peaks.bed')

# Create metagene plot
# Shows distribution relative to transcript features
GuitarPlot(
    peaks,
    txdb = TxDb.Hsapiens.UCSC.hg38.knownGene,
    saveToPDFprefix = 'm6a_metagene'
)
Installs
4
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-epitranscriptomics-modification-visualization — gptomics/bioskills