Description Usage Arguments Value Examples
Get ratio of counts between two markers
1 2 3 4 | 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
1 2 3 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
get_count_ratios(dataset,'SOX10+ PDL1-','SOX10+ PDL1+')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.