get_count_ratios: Get ratio of counts between two markers

Description Usage Arguments Value Examples

Description

Get ratio of counts between two markers

Usage

1
2
3
4
get_count_ratios(x, ...)

## S4 method for signature 'ImageSet'
get_count_ratios(x, marker1, marker2, digits = 2)

Arguments

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)

Value

Count ratio between two markers

Examples

1
2
3
#loading pre-read dataset
dataset <- IrisSpatialFeatures_data
get_count_ratios(dataset,'SOX10+ PDL1-','SOX10+ PDL1+')

gusef/IrisSpatialFeatures documentation built on May 6, 2019, 9:50 p.m.