Description Usage Arguments Value Author(s) See Also Examples
View source: R/compareTranscripts.R
calculate percentage of orfB contained in orfA
1 | orfSimilarity(orfA, orfB, substitutionCost = 100)
|
orfA |
character string of ORF amino acid sequence |
orfB |
character string of ORF amino acid sequence |
substitutionCost |
cost for substitutions in ORF sequences. Set to 1 if substitutions should be weighted equally to insertions and deletions. |
percentage of orfB contained in orfA
Beth Signal
Other ORF annotation:
getOrfs()
,
getUOrfs()
,
maxLocation()
1 2 3 4 5 | orfSimilarity("MFGLDIYAGTRSSFRQFSLT", "MFGLDIYAGTRSSFRQFSLT")
orfSimilarity("MFGLDIYAGTRSSFRQFSLT", "MFGLDIYAFRQFSLT")
orfSimilarity("MFGLDIYAFRQFSLT", "MFGLDIYAGTRSSFRQFSLT")
orfSimilarity("MFGLDIYAGTRXXFRQFSLT", "MFGLDIYAGTRSSFRQFSLT")
orfSimilarity("MFGLDIYAGTRXXFSLT", "MFGLDIYAGTRSSFRQFSLT", 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.