p53track: Function p53.track

Description Usage Arguments Value Examples

Description

This function locates candidate p53 responsive elements on a DNA sequence. The rules formalized in this model are manually curated and based on observations obtained during several years of experiments using the yeast-based assays, including the results presented in (Inga et al, MCB 2002; Tomso et al, PNAS 2005; Jegga et al, PNAS 2008; Jordan et al, PloS Genetics 2008; Menendez et al, PNAS 2010).

Usage

1
p53track(seq, seqname = "")

Arguments

seq

A character string containing the sequence. The sequence must be composed exclusively of DNA bases (a,c,t,g)

seqname

A character string containing the name of the sequence. The default is an empty string.

Value

An object of class data.frame containing one row for each responsive elements located on the input sequence. For each element, the following infomation is provided: #'

Examples

1
2
data(CDKN1A)
p53track(CDKN1A,seqname="CDKN1A")

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