View source: R/buffer_spot_functions.R
plot_buffer | R Documentation |
Plot the buffer values
plot_buffer( df = buffers, buffer_names = "antigen", buffer_mfi = "FMedianBG_correct", slide_id = ".id" )
df |
A data frame to be used to plot |
buffer_names |
A character string containing the name of the variable with buffer spots. Default set to 'antigen'. |
buffer_mfi |
A character string containing the name of the variable with MFI value.Assuming background correction is done already. Default to 'FMedianBG_correct' |
slide_id |
A character string containing the name of the slide/array identifier variable. |
plot of buffer spots
buffers <- readr::read_csv(system.file("extdata", "buffers_sample2.csv", package="protGear")) plot_buffer(df=buffers,buffer_names = "sampleID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.