Nothing
#' qc_imaging
#'
#' @param fov_counted [[numeric]] Values from "lane_FovCounted" in the RCC files.
#' @param fov_count [[numeric]] Values from "lane_FovCount" in the RCC files.
#'
#' @keywords internal
#' @usage NULL
#' @noRd
#'
#' @return [[numeric]]
qc_imaging <- function(fov_counted, fov_count) {
fov <- (fov_counted / fov_count) * 100
round(fov, 2)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.