Skip to contents

peptide-to-protein mapping

Usage

peptideMapping(protein, batch = "ZWK", mm = 5)

Arguments

protein

protein name.

batch

batch No. in the Caprion experiment.

mm

maximum number of mismatches.

Value

a list containing mapping information.

Examples

if (FALSE) {
  options(width=200)
  batch <- "ZWK"
  load(paste0("~/Caprion/pilot/",batch,".rda"))
  PROC <- peptideMapping("PROC",mm=0)
}