PWMScanHeatmap: Generate a Heatmap of PWM Scores in DNA sequnce

Description Usage Arguments Value Methods (by class) See Also Examples

Description

Generate a Heatmap of PWM Scores in DNA sequnce

Usage

1
2
3
4
5
PWMScanHeatmap(seq, pwm, ...)

## S4 method for signature 'DNAStringSet,matrix'
PWMScanHeatmap(seq, pwm, coords = NULL,
  label = "")

Arguments

seq

A DNAString of equal length

pwm

A PWM

...

additional arguments used by methods

This function creates a heatmap where each point is the score of a PWM match starting from that position, which can visualise regions of enrichment or exclusion of certain motifs

coords

Co-ordinates for the heatmap, defaults to c(0, width(windows))

label

Label for the heatmap

Value

A heatmap

Methods (by class)

See Also

PatternHeatmap

Examples

1
2

mgperry/heatmaps documentation built on May 22, 2019, 8:53 p.m.