imcExperiment-class: a summarized experiment of IMC runs, dimensions of the...

Description Usage Arguments Value Slots Examples

Description

a summarized experiment of IMC runs, dimensions of the spatial and intensity data are regulated.#'

finds the network information.

assigns cell cluster assignment to the container. rows are cells and column is the cluster ID

finds the distance information.

distance matrix can be stored in the distance slot for pairwise distance

finds the morphology information.

morphological features can be stored (matrix) rows are cells and columns are Area, etc.

finds the label information.

unique cell labels can be assigned (vector)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
getNetwork(object)

## S4 method for signature 'imcExperiment'
getNetwork(object)

## S4 replacement method for signature 'imcExperiment,data.frame'
getNetwork(object) <- value

getDistance(object)

## S4 method for signature 'imcExperiment'
getDistance(object)

## S4 replacement method for signature 'imcExperiment,matrix'
getDistance(object) <- value

getMorphology(object)

## S4 method for signature 'imcExperiment'
getMorphology(object)

## S4 replacement method for signature 'imcExperiment,matrix'
getMorphology(object) <- value

getLabel(object)

## S4 method for signature 'imcExperiment'
getLabel(object)

Arguments

object

imcExperiment

value

matrix rows cells, columns are Area, etc.

Value

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

imcExperiment container

Slots

coordinates

matrix class containing x,y coordinates

cellIntensity

matrix class containing intensity

neighborHood

matrix class containing x,y neighbor

network

data frame class containing network

distance

matrix class containing x,y distances

morphology

matrix class containing morphology

uniqueLabel

labels

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

arcolombo/imcExperiment documentation built on Aug. 21, 2021, 2:59 a.m.