plot_TMT_notch.Rd
The distribution of TMT intensities obtained by Orbitrap has been observed to have a 'notch' where few values are observed. This function returns a histogram of TMT tag intensities per sample, annotated with the proportion of intensities below the upper boundary of the notch region
plot_TMT_notch(
obj,
notch_lower = 3.75,
notch_upper = 5.75,
facet_by_sample = FALSE
)
MSnSet
containing PSM level TMT intensities
numeric
. Lower boundary of notch.
numeric
. Upper boundary of notch.
logical
. Facet the plot by sample.
ggplot
object.