R/read_files_functions.R
visualize_slide.Rd
Visualize the slide mimicking the original scan image.
visualize_slide(infile, MFI_var, interactive = FALSE, d_f = NA)
a .gpr file to be used to visualize the expression intensities of the slide spots
the MFI variable to plot, can be either the background or foreground value
a logical to specify whether an interactive graph is returned or not
a data frame with array data
A ggplot of slide foreground values
## Not run:
visualize_slide(
infile = system.file("extdata", "/array_data/machine1/KK2-06.txt",
package="protGear"),
MFI_var = "B635 Median"
)
## End(Not run)