SpaCET.identify.interface | R Documentation |
Identify the spots at the tumor-stroma interface.
SpaCET.identify.interface(
SpaCET_obj,
Malignant = "Malignant",
MalignantCutoff = 0.5
)
SpaCET_obj |
An SpaCET object. |
Malignant |
Indicates the name of malignant cell type in the major lineage layer from the deconvolution results. Default: "Malignant". |
MalignantCutoff |
Malignant cell fraction cutoff for tumor boundary. Default: 0.5. |
An SpaCET object.
SpaCET_obj <- SpaCET.identify.interface(SpaCET_obj)
SpaCET.visualize.spatialFeature(SpaCET_obj, spatialType = "Interface")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.