Learn R Programming

imcExperiment (version 0.99.0)

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

Run this code
# NOT RUN {
data(imcdata)
H<-imcExperimentToHyperFrame(imcExperiment=imcdata,phenotypeToUse = 1)
# }

Run the code above in your browser using DataLab