Description Usage Arguments Value Examples
re-assigns the network assignment (matrix)
1 | getNetwork(object) <- value
|
object |
is IMC container |
value |
data.frame rows cells, columns are phenograph network ID |
imcExperiment container
1 2 3 | data(imcdata)
x<-data.frame(ID=seq_len(ncol(imcdata)))
getNetwork(imcdata)<-x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.