cm_5_8S | R Documentation |
This is a convenience function to return the path the RFAM 5.8S rRNA
covariance model,
for use in cmsearch()
or cmalign()
.
The original file is from https://rfam.xfam.org/family/RF00002/cm.
cm_5_8S()
(character
string) the path to the CM file
# search sequences from a fasta file for Rfam RF00002 (5.8S rRNA)
cm <- cm_5_8S()
sampfasta <- sample_rRNA_fasta()
cmsearch(cm = cm, seq = sampfasta, cpu = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.