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

documentation updated since replacing instances of file with img_file

parent 3c3a7be5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -12,7 +12,7 @@ get_distance(
foci_label,
foci_count_strand,
strand_iter,
file,
img_file,
annotation,
eccentricity_min,
max_strand_area,
......@@ -36,7 +36,7 @@ get_distance(
\item{strand_iter, }{Strand number in iteration over all in cell}
\item{file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{img_file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{annotation, }{Choice to output pipeline choices (recommended to knit)}
......
......@@ -21,7 +21,7 @@ get_distance_between_two(
mean_x,
mean_y,
strand_iter,
file,
img_file,
annotation,
cell_count,
uid_strand,
......@@ -64,7 +64,7 @@ get_distance_between_two(
\item{strand_iter, }{Strand number in iteration over all in cell}
\item{file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{img_file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{annotation, }{Choice to output pipeline choices (recommended to knit)}
......
......@@ -12,7 +12,7 @@ get_distance_general(
foci_label,
foci_count_strand,
strand_iter,
file,
img_file,
annotation,
eccentricity_min,
max_strand_area,
......@@ -36,7 +36,7 @@ get_distance_general(
\item{strand_iter, }{Strand number in iteration over all in cell}
\item{file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{img_file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{annotation, }{Choice to output pipeline choices (recommended to knit)}
......
......@@ -21,7 +21,7 @@ get_distances_along(
mean_x,
mean_y,
strand_iter,
file,
img_file,
annotation,
cell_count,
uid_strand,
......@@ -65,7 +65,7 @@ get_distances_along(
\item{strand_iter, }{Strand number in iteration over all in cell}
\item{file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{img_file, }{original filename that cell candidate came from. Used to identify e.g. genotype for data frame.}
\item{annotation, }{Choice to output pipeline choices (recommended to knit)}
......
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