View source: R/read_files_functions.R
plot_bg | R Documentation |
A generic function for plotting of R objects.
plot_bg(df, x_axis = "antigen", bg_MFI = "BG_Median", log_mfi = TRUE)
df |
A default dataset to use for plot. |
x_axis |
The variable on the x axis |
bg_MFI |
A numeric |
log_mfi |
a logical value indicating whether the MFI values should be log transformed or not. |
A ggplot of background values
## Not run: #After extracting the background using \code{\link{extract_bg}} #we plot the data using allData_bg <- readr::read_csv(system.file("extdata", "bg_example.csv", package="protGear")) plot_bg(allData_bg, x_axis = "antigen", bg_MFI = "BG_Median", log_mfi = TRUE ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.