plot_countFilt: Count differences

Description Usage Arguments Functions

View source: R/count_differences.R

Description

Determine the differences in count values between images (rows) before and after Cell Profiler filtering or manual filtering of poor quality and present as dataframe or plot in the current graphics device.

Usage

1
2
3
4
5
6
7
8
9
plot_countFilt(df_raw)

df_countFilt(df_raw, n = 10)

calc_countsImageQC(df_raw, df_filtered)

plot_countImageQC(df_raw, df_filtered, CP_unfiltered = FALSE)

df_countImageQC(df_raw, df_filtered, n = 10, CP_unfiltered = FALSE)

Arguments

df_raw

Dataframe of raw Cell Profiler data with no images (rows) removed. Each row should be 1 image NOT 1 well.

n

Number of rows (images), with the largest differences, to include in the output dataframe.

df_filtered

Dataframe of Cell Profiler data after filtering for poor quality images (rows). Again, each row should be 1 image NOT 1 well.

CP_unfiltered

Single logical indicating whether the differences (before and after image filtering) should be calculted and shown for the CP filtered column 'Count_Cells' or CP unfiltered column 'Count_Cells_unfiltered'.

Functions


lucyleeow/CellProfileR documentation built on May 21, 2019, 2:30 a.m.