View source: R/plot_proteomics.R
plot_pyprophet_counts | R Documentation |
This function is mostly redundant with the plot_mzxml_boxplot above. Unfortunately, the two data types are subtly different enough that I felt it not worth while to generalize the functions.
plot_pyprophet_counts(
pyprophet_data,
type = "count",
keep_real = TRUE,
keep_decoys = TRUE,
expt_names = NULL,
label_chars = 10,
plot_title = NULL,
scale = NULL,
...
)
pyprophet_data |
List containing the pyprophet results. |
type |
What to count/plot? |
keep_real |
Do we keep the real data when plotting the data? (perhaps we only want the decoys) |
keep_decoys |
Do we keep the decoys when plotting the data? |
expt_names |
Names for the x-axis of the plot. |
label_chars |
Maximum number of characters before abbreviating sample names. |
plot_title |
Title the plot? |
scale |
Put the data on a specific scale? |
... |
Further arguments, presumably for colors or some such. |
Boxplot describing the desired column from the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.