makeScoreFile: makeScoreFile

Description Usage Arguments Value Examples

Description

The makeScoreFile function generates score files containing columnwise sum of pairs score and total column score. These files are utilized by LaTeX to generate the graphs representing the scores in the alignments.

Details.

Usage

1
2
makeScoreFile(reference, compare, SP = TRUE, CS = TRUE, filename,
  score)

Arguments

reference

A directory path to the reference alignment the user would like to use

compare

A directory path to the alignment being compared to the reference alignment

SP

A boolean value left TRUE if the user would like to generate the sum of pairs in their output

CS

A boolean value left TRUE if the user would like to generate the total column score in their output

file

The preferred name of the output file

Value

A vector containing the paths to the score files

Examples

1
2
3
score <- getScore("data/sampleref.fasta", "data/sampleMuscle.fasta")
makeScoreFile("data/sampleref.fasta", "data/sampleMuscle.fasta", 
                  fileName = "Test1")

judyheewonlee/ScoreVisualizer documentation built on May 31, 2019, 5:20 p.m.