plot_MissedCleavages | R Documentation |
Per Raw file, an arbitrary number of missed cleavage classes (one per column) can be given. The total fraction of 3D-peaks must sum to 1 (=100 Columns are ordered by name.
plot_MissedCleavages(data, title_sub = "")
data |
A data.frame with columns 'fc.raw.file', '...' (missed cleavage classes) |
title_sub |
Plot's subtitle |
A visual threshold line is drawn at 75
GGplot object
data = data.frame(fc.raw.file = letters[1:5],
MC0 = c(0.8, 0.5, 0.85, 0.2, 0.9),
MC1 = c(0.1, 0.4, 0.05, 0.7, 0.0),
"MS2+" = c(0.1, 0.1, 0.1, 0.1, 0.1),
check.names = FALSE)
plot_MissedCleavages(data, "contaminant inclusion unknown")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.