Skip to content
Snippets Groups Projects
Commit e9d8e59e authored by Lucy McNeill's avatar Lucy McNeill
Browse files

all functions documented and can be built (with documentation) successfully in...

all functions documented and can be built (with documentation) successfully in Rstudio using -install and restart- and then devtools::document()
parent 980299a6
No related branches found
No related tags found
No related merge requests found
No preview for this file type
#' auto_crop #' auto_crop
#' #'
#' Measure the distance between foci on a synaptonemal complex #' crop an image around each viable cell candidate.
#' #'
#' @import EBImage #' @import EBImage
#' @export #' @export
...@@ -91,7 +91,7 @@ print("viable cells") ...@@ -91,7 +91,7 @@ print("viable cells")
#' get_blobs #' get_blobs
#' #'
#' Measure the distance between foci on a synaptonemal complex #' Makes mask of all objects bright enough
#' #'
#' @import EBImage #' @import EBImage
#' @export #' @export
...@@ -132,7 +132,7 @@ get_blobs <- function(img_orig, crop_method = "regular"){ ...@@ -132,7 +132,7 @@ get_blobs <- function(img_orig, crop_method = "regular"){
#' keep_cells #' keep_cells
#' #'
#' Measure the distance between foci on a synaptonemal complex #' Deletes objects in mask which are too small, large, oblong i.e. unlikely to be a cell
#' #'
#' @import EBImage #' @import EBImage
#' @export #' @export
...@@ -179,7 +179,7 @@ keep_cells <- function(candidate){ ...@@ -179,7 +179,7 @@ keep_cells <- function(candidate){
#' crop_single_object #' crop_single_object
#' #'
#' Measure the distance between foci on a synaptonemal complex #' Creates mask for every individual cell candidate in mask
#' #'
#' @import EBImage #' @import EBImage
#' @export #' @export
......
#' count_foci #' count_foci
#' #'
#' Measure the distance between foci on a synaptonemal complex #' Count coincident foci in cropped SC and foci channel per cell
#' #'
#' @import EBImage #' @import EBImage
#' @export #' @export
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment