ATDisp: Compute and display the AT-disparity curve

Description Usage Arguments Value Author(s) Examples

Description

A function, that computes the AT-disparity curve from Z-curve of the input genome and displays it consecutively.

Usage

1
ATDisp(sek)

Arguments

sek

a vector with nucleotide sequence of genome, saved in DNAString

Value

returns the value of minimum of the AT-disparity curve and displays the plot of the same curve

Author(s)

Marko Lebo <markolebo48@gmai.com>

Examples

1
2
3
4
5
6
## Not run: 
sek<-readDNAStringSet('sequence.fasta')
sek<-sek[[1]]
ATDisp(sek)

## End(Not run)

MarkoLebo/FindOri documentation built on May 7, 2019, 3:35 p.m.