getStartPositionsWithMedianString: Finds score and consensus along with aligment and profile...

Description Usage Arguments Value Examples

Description

Finds score and consensus along with aligment and profile matrices for given DNA sequences and start positions.

Usage

1
getStartPositionsWithMedianString(DNA, consensus, motifLen)

Arguments

DNA

A matrix with DNA sequences in each row.

consensus

A vector with start position for every DNA sequence.

motifLen

Lenght of the motif.

Value

Vector with starting positions of the DNA sequences.

Examples

1
2
3
DNA <- matrix(c("A","C","A","C","A","C","G","A","A","C","U","G","A","C","G","C","A","C","G","G","G","C","U","A"), nrow=4, ncol=6)
consensus <- c("A","C","A","A")
getStartPositionsWithMedianString(DNA, consensus, 4)

frosinastojanovska/Bioinformatics documentation built on May 16, 2019, 3:32 p.m.