ScoresPMF: Scoring function for peptide mass fingerprint MALDI-MS...

Description Usage Arguments Value

View source: R/ScoresPMF.R

Description

Scoring function for peptide mass fingerprint MALDI-MS experiment.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
ScoresPMF(
  sequence,
  maldiTOF,
  TheoreticalMass,
  Total,
  Mw,
  write = TRUE,
  save.name,
  missed,
  enzym = "trypsin"
)

Arguments

sequence

Protein sequence.

maldiTOF

Output obtained from annotationMALDI_Bot.

TheoreticalMass

Output obtained from Protein.to.Peptide.

Total

Number of amino acids in the protein sequence.

Mw

Molecular weight of the protein assayed.

write

Write output with PMF score.

save.name

Name to save the output results.

missed

Number of missed proteolytic cleavages

enzym

Enzyme used for proteolysis.

Value

Annotation score for PMF MALDI-MS.


ManuelPerisDiaz/CysMpro documentation built on Oct. 18, 2020, 6:44 a.m.