get_interactions: Get interactions for a specific marker

Description Usage Arguments Value Examples

Description

Get interactions for a specific marker

Usage

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

## S4 method for signature 'ImageSet'
get_interactions(x, marker, normalize = TRUE)

Arguments

x

An IrisSpatialFeatures ImageSet object

...

Additional arguments.

marker

Cell-type for which the interactions should be pulled

normalize

Flag to indicated whether to normalize each sample so all interactions sum up to 1 (Default: 1)

Value

interactions for a specific marker

Examples

1
2
3
4
#' #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
dataset <- extract_interactions(dataset)
get_interactions(dataset,'CD8+ PD1+')

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