p53plot: Plot the position p53 responsive elements on a DNA sequence...

Description Usage Arguments Value Examples

Description

Plot the position p53 responsive elements on a DNA sequence (the mark is placed at the beginning of the responsive element)

Usage

1
p53plot(p53.table, start.at, stop.at)

Arguments

p53.table

A dataframe containing the responsive elements, as the one returned from the p53track function.

start.at

A numeric value indicating the start coordinate of the plot

stop.at

A numeric value indicating the stop coordinate of the plot

Value

an object of class ggplot

Examples

1
2
3
data(CDKN1A)
hits<-p53track(CDKN1A,seqname="CDKN1A")
p53plot(hits,0,20000)

tomateba/p53retriever documentation built on May 31, 2019, 6:10 p.m.