Description Usage Arguments Value Functions
Creates boxplots of raw RFI value for each antibody or each sample.
1 2 3 | RFIperAB(tidydf, RFIcol = "RFI", fill_by)
RFIperSample(tidydf, RFIcol = "RFI", order, fill_by)
|
tidydf |
Tidy dataframe of raw RFI values. |
RFIcol |
Name of the column, as string, containing RFI values. |
fill_by |
Optional argument. Name of the column, a string, to add to
the |
order |
Vector of sample names, in the order that they are to appear on the graph. |
Creates plot in current graphics device.
RFIperAB
: Creates a boxplot for each antibody.
RFIperSample
: Creates a boxplot for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.