View source: R/plot_proteomics.R
plot_pyprophet_points | R Documentation |
extract_pyprophet_data() provides a ridiculously large data table of a scored openswath data after processing by pyprophet.
plot_pyprophet_points(
pyprophet_data,
xaxis = "mass",
xscale = NULL,
sample = NULL,
yaxis = "leftwidth",
yscale = NULL,
alpha = 0.4,
color_by = "sample",
legend = TRUE,
size_column = "mscore",
rug = TRUE,
...
)
pyprophet_data |
List of pyprophet data, one element for each sample, taken from extract_peprophet_data() |
xaxis |
Column to plot on the x-axis |
xscale |
Change the scale of the x-axis? |
sample |
Which sample(s) to include? |
yaxis |
guess! |
yscale |
Change the scale of the y-axis? |
alpha |
How see-through to make the dots? |
color_by |
Change the colors of the points either by sample or condition? |
legend |
Include a legend of samples? |
size_column |
Use a column for scaling the sizes of dots in the plot? |
rug |
Add a distribution rug to the axes? |
... |
extra options which may be used for plotting. |
a plot!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.