score_epitope: Computes the similarities between the epitope and the...

Description Usage Arguments Value

View source: R/matcher.R

Description

Computes the similarities between the epitope and the sequences in the alignment

Usage

1
2
3
4
5
6
score_epitope(
  the_scoring_job,
  query_alignment,
  range_expansion = 0,
  substitutionMatrix = "BLOSUM50"
)

Arguments

the_scoring_job

A scoring job as a object of type 'Scoring_Job'

query_alignment

The query alignment

range_expansion

After the epitope is found in the reference seqeuence, search in each of the query sequences for the same epitope, but expand the range with this number of amino acids

substitutionMatrix

substitution matrix representing the fixed substitution scores for an alignment. It cannot be used in conjunction with ‘patternQuality’ and ‘subjectQuality’ arguments.

Value

The output from this function is a list with two data.frames. The first is the results data.frame that contains these columns:

The second element of the list is the error log data.frame that contains these columns:


philliplab/EpitopeMatcher documentation built on Nov. 17, 2020, 3:28 p.m.