R/mean_of_top_and_bottom_cells.R
mean_of_top_and_bottom_cells_report.Rd
Create reports showing mean expression of top and bottom cells
mean_of_top_and_bottom_cells_report(
merge_file,
config_file,
by,
tissue_categories,
adjacent_max
)
Path to a merged or consolidated cell seg data file
Path to a configuration file containing column names in the merge file, one name per line.
Column to aggregate by, e.g. "Slide ID" or "Annotation ID".
Tissue categories to report, or NULL to use all.
The maximum ratio between expression of adjacent fluors.
None