hmm.logo: Plots the relative frequencies of each position for...

Description Usage Arguments Examples

Description

This function plots the results from hmm.search as a barplot with amino acids in the x axis and the relative frequency of each amino acid in the y axis

Usage

1
(hmm.table)

Arguments

hmm.table

The HMM profile table resulting from hmm.search

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

fasta.file <- system.file("extdata", "test_infestans.fasta", package = "effectR")
ORF <- seqinr::read.fasta(fasta.file)
REGEX <- regex.search(ORF, motif='RxLR')
candidate.rxlr <- hmm.search(original.seq = fasta.file, regex.seq=REGEX, num.threads = 2)
(candidate.rxlr$HMM_Table)

## End(Not run)

Tabima/effectR documentation built on May 17, 2019, 6:35 p.m.