Description Usage Arguments Examples
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
1 | hmm.logo(hmm.table)
|
hmm.table |
The HMM profile table resulting from |
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)
hmm.logo(candidate.rxlr$HMM_Table)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.