analyzePairwise: Analyze pairwise alignment this is helper function for...

Description Usage Arguments Value

View source: R/analyzePairwise.R

Description

Analyze pairwise alignment this is helper function for analyze script. Creates a df for every overlapping orf

Usage

1
2
analyzePairwise(typeName, outputDirectory, orfName, startAA, startDNA,
  stopAA, subalign, aa, df, identifier = "best")

Arguments

typeName

species name

outputDirectory

folder path for reading input files

orfName

identifier for ORF. SGD name if annotated

startAA

aminoacid start codons calculated by startCodon

startDNA

dna start codons calculated by startCodon

stopAA

aa stop codons calculated by stopCodon

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.

Value

dataFrame object


oacar/synal documentation built on Feb. 22, 2020, 1:42 p.m.