Description Usage Arguments Value
View source: R/analyzePairwise.R
Analyze pairwise alignment this is helper function for analyze script. Creates a df for every overlapping orf
1 2 | analyzePairwise(typeName, outputDirectory, orfName, startAA, startDNA,
stopAA, subalign, aa, df, identifier = "best")
|
typeName |
species name |
outputDirectory |
folder path for reading input files |
orfName |
identifier for ORF. SGD name if annotated |
startAA |
aminoacid start codons calculated by |
startDNA |
dna start codons calculated by |
stopAA |
aa stop codons calculated by |
subalign |
dna level subalignment |
aa |
aminoacid translation using subalignment |
df |
df for reference orf values |
identifier |
identifier for the overlapping orf name. it will be used for file names as well. |
dataFrame object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.