Description Usage Arguments Functions
Creates separate barplots of the RFI values for EACH sample or antibody and writes to either pdf or the current graphics device.
1 2 3 | plotperSample(tidydf, RFIcol = "RFI", pdfoutput = TRUE)
plotperAB(tidydf, RFIcol = "RFI", pdfoutput = TRUE)
|
tidydf |
Tidy dataframe of RFI values to plot. |
RFIcol |
Column name of the RFI column as string. |
pdfoutput |
Single logical indicating whether the plots should be output to pdf file or the current graphics device. |
plotperSample
: Create a barplot of the RFI values of each
antibody. One barplot is created for each sample. Write to a file called
'plotPerSample.pdf' or the current graphics device.
plotperAB
: Creates a barplot of the RFI values of each
sample. One barplot is created for each antibody. Writes to either a pdf called
'plotPerAB.pdf' or the current graphics device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.