R/cut_with_enzyme.R

Defines functions cut.with.enzyme

cut.with.enzyme <- function(){

  #thermolysin cuts with:
  # L: leucine,
  # F: phenylalanine,
  # V: valine,
  # I: isoleucine,
  # A: alanine and
  # M: methionine.

  cbase <- "L|F|V|I|A"



}
bioarch-sjh/bacollite documentation built on Oct. 7, 2022, 3:34 p.m.