plot_gc_skew: Plot GC Skew

View source: R/plots.R

plot_gc_skewR Documentation

Plot GC Skew

Description

Generates a sliding window plot of GC skew (G-C)/(G+C).

Usage

plot_gc_skew(s, window = 100)

Arguments

s

A character string containing the DNA sequence

window

Integer window size (default: 100)

Value

A ggplot object

Examples

data(sars_fragment)
plot_gc_skew(sars_fragment, window = 100)

baseq documentation built on March 12, 2026, 1:07 a.m.