cumphase: Compute and display the cumulted phase signal of the input...

Description Usage Arguments Value Author(s) Examples

Description

A function, that is used for computation and displaying the cumulted phase signal of the input genome

Usage

1
cumphase(sek)

Arguments

sek

a vector with nucleotide sequence of genome, saved in DNAString.

Value

Displays the cumulted phase signal of the input genome.

Author(s)

Marko Lebo <markolebo48@gmai.com>

Examples

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

## End(Not run)

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