Description Usage Format Details Source
14 different sequences of some sarbecoviruses closely related to SARSCoV2 were retrieved from public databases and compared using CLUSTAL omega (1.2.4) alignment software with the output in msf format (see details for the complete protocol for retrieving, saving and processing the data)
1 |
a matrix of class DNAbin
sequence name (accession number)
orf1abRNA_annot <- read.csv(system.file('extdata', 'orf1ab_annot.csv', package='firstPackage'))
accessions <- orf1abRNA_annot$accession
download manually each sequence from 'genbank' and save as orf1ab.fasta and perform an alignment with clustal omega with following commands (it needs to be installed locally or use a web interface)
clustalo –threads=4 -v –outfmt=msf -t RNA -i ./data/sequences/orf1ab.fasta -o ./data/sequences/orf1ab_align.msf
msfRNA_load <- load_alignment(system.file('extdata', 'orf1ab_align.msf', package='firstPackage'), 'msf', 'RNA')
the genbank database of the National Center for Biotechnology Information or the Universal Protein Resource UniProt database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.