PlotMotifFootPrint: Plot Transcription factor motif footprint in heatmap and...

Description Usage Arguments Value

View source: R/plotmotiffootprint.R

Description

Plot Transcription factor motif footprint in heatmap and lineplot

Usage

1
2
PlotMotifFootPrint(PWM, peaks, cvg, extend = 100, genome = "hg19",
  heatmap_col = c("white", "red"), lineplot_cols = c("blue", "red"))

Arguments

PWM

TF position weight matrix

peaks

A GenomicRanges for the ATACseq peaks

cvg

coverage of the cutsite (from the fragment.tsv.gz file)

extend

basepair to extend for the motif. 100bp by default

genome

hg19, hg38 or mm9, mm10

heatmap_col

heatmap color for min and max values

lineplot_cols

lineplot color for the line and dotted vertical line

Value

a list of heatmap (EnrichedHeatmap object) and a lineplot (ggplot2 object)


crazyhottommy/scATACutils documentation built on June 15, 2020, 9:31 p.m.