Learn R Programming

imcExperiment (version 0.99.0)

getNetwork<-: 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

Run this code
# NOT RUN {
data(imcdata)
x<-data.frame(ID=seq_len(ncol(imcdata)))
getNetwork(imcdata)<-x
# }

Run the code above in your browser using DataLab