# NOT RUN {
# Read from a path
make_pep_table(parsemsf_example("test_db.msf"))
# Retrieve full protein description
make_pep_table(parsemsf_example("test_db.msf"), prot_regex = "")
# ...which is also equivalent to...
make_pep_table(parsemsf_example("test_db.msf"), prot_regex = "^(.+)$")
# }
Run the code above in your browser using DataLab