Description Usage Arguments Value Examples
View source: R/imcExperimentToHyperFrame.R
map to point pattern from imcExperiment class.
1 | imcExperimentToHyperFrame(imcExperiment = NULL, phenotypeToUse = 1)
|
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. |
a hyperframe of point patterns
1 2 | data(imcdata)
H<-imcExperimentToHyperFrame(imcExperiment=imcdata,phenotypeToUse = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.