getNetwork<- {imcExperiment}R Documentation

re-assigns the network assignment (matrix)

Description

re-assigns the network assignment (matrix)

Usage

getNetwork(object) <- value

Arguments

object

is IMC container

value

data.frame rows cells, columns are phenograph network ID

Value

imcExperiment container

Examples

data(imcdata)
x<-data.frame(ID=seq_len(ncol(imcdata)))
getNetwork(imcdata)<-x

[Package imcExperiment version 0.99.0 Index]