Zcurve: Compute and display the GC-disparity curve

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
Zcurve(sek)

Arguments

sek

a vector with nucleotide sequence of genome, saved in DNAString

Value

returns the value of minimum of the GC-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]]
Min <- Zcurve(sek)

## End(Not run)

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