get_count_ratios {IrisSpatialFeatures} | R Documentation |
Get ratio of counts between two markers
get_count_ratios(x, ...) ## S4 method for signature 'ImageSet' get_count_ratios(x, marker1, marker2, digits = 2)
x |
An IrisSpatialFeatures object |
... |
Additional arguments. |
marker1 |
First cell-type. |
marker2 |
Second cell-type. |
digits |
Number of digits that should be shown in the the results. (Default: 2) |
Count ratio between two markers
#loading pre-read dataset dataset <- IrisSpatialFeatures_data get_count_ratios(dataset,'SOX10+ PDL1-','SOX10+ PDL1+')