SpaCET.deconvolution: Deconvolve tumor ST data set

View source: R/deconvolution.R

SpaCET.deconvolutionR Documentation

Deconvolve tumor ST data set

Description

Estimate the cell fraction of cell lineages and sub lineages.

Usage

SpaCET.deconvolution(
  SpaCET_obj,
  cancerType,
  adjacentNormal = FALSE,
  coreNo = 6
)

Arguments

SpaCET_obj

A SpaCET object.

cancerType

Cancer type of the current tumor ST dataset.

adjacentNormal

Indicate whether your sample is normal tissue adjacent to the tumor. If TURE, SpaCET will skip the stage of malignant cell inference. Default: FALSE.

coreNo

Core number in parallel computation.

Value

A SpaCET object.

Examples

SpaCET_obj <- SpaCET.deconvolution(SpaCET_obj, cancerType="BRCA", coreNo=6)


data2intelligence/SpaCE documentation built on April 17, 2025, 4:23 a.m.