knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

The problem

library(ProteomicsExamples)

Work flow

data('protein_18_mix')

peptides <- get_peptides(protein_18_mix)
pp_matrix <- get_peptide_protein_matrix(peptides, protein_18_mix)

plot_shared_peptides(summarise_peptides(pp_matrix))


mstaniak/proteomics_examples documentation built on Aug. 27, 2019, 9:56 a.m.