Visualize the spectra of good candidates

visualize_1spectra(
  spectra_top = NULL,
  spectra_bottom = NULL,
  name_top = NULL,
  name_bottom = NULL,
  out_file = NULL,
  type = c("mirrored", "overlapped"),
  peak_number = FALSE
)

Arguments

spectra_top

MS/MS spectra as two-columns data.frame

spectra_bottom

MS/MS spectra as two-columns data.frame

name_top

name for top spectra

name_bottom

name for bottom spectra

out_file

output file

type

mirrored or overlapped visualization

peak_number

whether to show the peak number or not