This output from Script.R is caused by an inForm bug that writes incorrect percent values to the cell seg summary file. The file contains values such as "3,234.56%" which phenoptr::read_cell_seg_data does not convert correctly.
Data is already in microns, no conversion performed
Joining, by = c("Slide ID", "Tissue Category")
Warning messages:
1: In .f(.x[[i]], ...) : NAs introduced by coercion
2: In .f(.x[[i]], ...) : NAs introduced by coercion
3: In .f(.x[[i]], ...) : NAs introduced by coercion
This output from Script.R is caused by an inForm bug that writes incorrect percent values to the cell seg summary file. The file contains values such as "3,234.56%" which
phenoptr::read_cell_seg_data
does not convert correctly.