imcExperimentToHyperFrame {imcExperiment} | R Documentation |
map to point pattern from imcExperiment class.
Description
map to point pattern from imcExperiment class.
Usage
imcExperimentToHyperFrame(imcExperiment = NULL, phenotypeToUse = 1)
Arguments
imcExperiment |
imcExperiment class |
phenotypeToUse |
the network slot can often have many columns, this is the ID for the column number to use in the network slot. |
Value
a hyperframe of point patterns
Examples
data(imcdata)
H<-imcExperimentToHyperFrame(imcExperiment=imcdata,phenotypeToUse = 1)
[Package imcExperiment version 0.99.0 Index]